Fri Sep 20 09:22:06 2019 UTC ()
snownews: Needs pkg-config


(nia)
diff -r1.55 -r1.56 pkgsrc/www/snownews/Makefile

cvs diff -r1.55 -r1.56 pkgsrc/www/snownews/Makefile (expand / switch to unified diff)

--- pkgsrc/www/snownews/Makefile 2019/09/16 11:42:50 1.55
+++ pkgsrc/www/snownews/Makefile 2019/09/20 09:22:06 1.56
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.55 2019/09/16 11:42:50 nia Exp $ 1# $NetBSD: Makefile,v 1.56 2019/09/20 09:22:06 nia Exp $
2 2
3DISTNAME= snownews-1.6.10 3DISTNAME= snownews-1.6.10
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= ${MASTER_SITE_GITHUB:=kouya/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=kouya/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/kouya/snownews 8HOMEPAGE= https://github.com/kouya/snownews
9COMMENT= Small, curses based RSS feed reader 9COMMENT= Small, curses based RSS feed reader
10LICENSE= gnu-gpl-v3 10LICENSE= gnu-gpl-v3
11 11
12DEPENDS+= p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML 12DEPENDS+= p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML
13 13
14USE_TOOLS+= gmake msgfmt perl 14USE_TOOLS+= gmake msgfmt perl pkg-config
15HAS_CONFIGURE= yes 15HAS_CONFIGURE= yes
16FAKE_NCURSES= yes 16FAKE_NCURSES= yes
17 17
18REPLACE_PERL+= opml2snow 18REPLACE_PERL+= opml2snow
19 19
20AUTO_MKDIRS= yes 20AUTO_MKDIRS= yes
21 21
22CONFIGURE_ARGS+= --prefix=${DESTDIR}${PREFIX} 22CONFIGURE_ARGS+= --prefix=${DESTDIR}${PREFIX}
23CONFIGURE_ARGS+= --mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} 23CONFIGURE_ARGS+= --mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
24 24
25# AUTO_MKDIRS can't handle this one. 25# AUTO_MKDIRS can't handle this one.
26INSTALLATION_DIRS+= share/locale/be@latin/LC_MESSAGES 26INSTALLATION_DIRS+= share/locale/be@latin/LC_MESSAGES
27 27