aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-06-13 12:50:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-06-13 12:50:04 +0000
commitff4b5fbe0fd87b4e21b92b509408fa7f7e4b2135 (patch)
tree6caade9c9966b9e7959a7df681103381596eebfd /dns
parent728168acea4869001c4b22170a352dfa186f7014 (diff)
downloadports-ff4b5fbe0fd87b4e21b92b509408fa7f7e4b2135.tar.gz
ports-ff4b5fbe0fd87b4e21b92b509408fa7f7e4b2135.zip
Fix build when not using WITH_DEBUG.
Reported by: pkg-fallout@
Notes
Notes: svn path=/head/; revision=504087
Diffstat (limited to 'dns')
-rw-r--r--dns/bind9-devel/Makefile4
-rw-r--r--dns/bind914/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index ed20f87d1a1f..29559256c80d 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -39,7 +39,7 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools
.endif
# XXX: remove tar:bz2
-USES= compiler:c11 cpe libedit ssl tar:bz2
+USES= compiler:c11 cpe libedit pkgconfig ssl tar:bz2
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
ISCVERSION= 9.15.0a0.2019.06.10
# XXX: Remove gitlab
@@ -210,7 +210,7 @@ TUNING_LARGE_CONFIGURE_OFF= --with-tuning=default
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-symtable \
--enable-developer
-USES+= perl5 pkgconfig
+USES+= perl5
USE_PERL5= build
BUILD_DEPENDS+= cmocka>0:sysutils/cmocka
.else
diff --git a/dns/bind914/Makefile b/dns/bind914/Makefile
index d6b467cc61b8..898c981d83ff 100644
--- a/dns/bind914/Makefile
+++ b/dns/bind914/Makefile
@@ -34,7 +34,7 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2
RUN_DEPENDS= bind-tools>0:dns/bind-tools
.endif
-USES= compiler:c11 cpe libedit ssl
+USES= compiler:c11 cpe libedit pkgconfig ssl
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
ISCVERSION= 9.14.2
@@ -197,7 +197,7 @@ TUNING_LARGE_CONFIGURE_OFF= --with-tuning=default
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-symtable \
--enable-developer
-USES+= perl5 pkgconfig
+USES+= perl5
USE_PERL5= build
BUILD_DEPENDS+= cmocka>0:sysutils/cmocka
.else