pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/snownews



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep 20 09:22:06 UTC 2019

Modified Files:
        pkgsrc/www/snownews: Makefile

Log Message:
snownews: Needs pkg-config


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/www/snownews/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/snownews/Makefile
diff -u pkgsrc/www/snownews/Makefile:1.55 pkgsrc/www/snownews/Makefile:1.56
--- pkgsrc/www/snownews/Makefile:1.55   Mon Sep 16 11:42:50 2019
+++ pkgsrc/www/snownews/Makefile        Fri Sep 20 09:22:06 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/09/16 11:42:50 nia Exp $
+# $NetBSD: Makefile,v 1.56 2019/09/20 09:22:06 nia Exp $
 
 DISTNAME=      snownews-1.6.10
 CATEGORIES=    www
@@ -11,7 +11,7 @@ LICENSE=      gnu-gpl-v3
 
 DEPENDS+=      p5-XML-LibXML>=1.58:../../textproc/p5-XML-LibXML
 
-USE_TOOLS+=    gmake msgfmt perl
+USE_TOOLS+=    gmake msgfmt perl pkg-config
 HAS_CONFIGURE= yes
 FAKE_NCURSES=  yes
 



Home | Main Index | Thread Index | Old Index