aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/hesiod/Makefile1
-rw-r--r--dns/knot1/Makefile4
-rw-r--r--dns/knot2/Makefile4
3 files changed, 0 insertions, 9 deletions
diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile
index 9d4674774786..b22c3fed5892 100644
--- a/dns/hesiod/Makefile
+++ b/dns/hesiod/Makefile
@@ -18,7 +18,6 @@ OPTIONS_DEFAULT=IDN
USES= libtool pathfix
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-silent-rules
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
diff --git a/dns/knot1/Makefile b/dns/knot1/Makefile
index 7c3754016145..e58e10430625 100644
--- a/dns/knot1/Makefile
+++ b/dns/knot1/Makefile
@@ -27,10 +27,6 @@ USE_LDCONFIG= yes
USE_OPENSSL= yes
WITH_OPENSSL_PORT= yes
-.if defined(BATCH) || defined(PACKAGE_BUILDING)
-CONFIGURE_ARGS+= --disable-silent-rules
-.endif
-
INSTALL_TARGET= install-strip
USE_RC_SUBR= ${PORTNAME}
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile
index 72b5787c6673..39a4d2f6249d 100644
--- a/dns/knot2/Makefile
+++ b/dns/knot2/Makefile
@@ -30,10 +30,6 @@ CONFIGURE_ARGS= --with-rundir=/var/run/knot \
--with-storage=/var/db/knot \
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
-.if defined(BATCH) || defined(PACKAGE_BUILDING)
-CONFIGURE_ARGS+= --disable-silent-rules
-.endif
-
INSTALL_TARGET= install-strip
USE_RC_SUBR= ${PORTNAME}