pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/powerdns-recursor Requires pkg-config to build pro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f6b3dc80fd5d
branches: trunk
changeset: 360157:f6b3dc80fd5d
user: fhajny <fhajny%pkgsrc.org@localhost>
date: Fri Mar 24 18:45:44 2017 +0000
description:
Requires pkg-config to build properly
diffstat:
net/powerdns-recursor/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 07aac08755bf -r f6b3dc80fd5d net/powerdns-recursor/Makefile
--- a/net/powerdns-recursor/Makefile Fri Mar 24 16:57:36 2017 +0000
+++ b/net/powerdns-recursor/Makefile Fri Mar 24 18:45:44 2017 +0000
@@ -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 @@
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