pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/powerdns-recursor



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Fri Mar 24 18:45:44 UTC 2017

Modified Files:
        pkgsrc/net/powerdns-recursor: Makefile

Log Message:
Requires pkg-config to build properly


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/powerdns-recursor/Makefile

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

Modified files:

Index: pkgsrc/net/powerdns-recursor/Makefile
diff -u pkgsrc/net/powerdns-recursor/Makefile:1.19 pkgsrc/net/powerdns-recursor/Makefile:1.20
--- pkgsrc/net/powerdns-recursor/Makefile:1.19  Thu Mar  9 13:43:49 2017
+++ pkgsrc/net/powerdns-recursor/Makefile       Fri Mar 24 18:45:44 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/03/09 13:43:49 fhajny Exp $
+# $NetBSD: Makefile,v 1.20 2017/03/24 18:45:44 fhajny Exp $
 #
 
 DISTNAME=              pdns-recursor-4.0.4
@@ -13,7 +13,7 @@ LICENSE=              gnu-gpl-v2
 
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake
+USE_TOOLS+=            gmake pkg-config
 
 RCD_SCRIPTS+=          pdns_recursor
 



Home | Main Index | Thread Index | Old Index