From 788a96e528a158097bfaaa253908133e18107ca1 Mon Sep 17 00:00:00 2001 From: marino Date: Thu, 28 Aug 2014 10:58:05 +0000 Subject: dns/powerdns-devel: Fix stage-qa / plist-issues PR: 192401 Fix by: maintainer (Ralf van der Enden) --- dns/powerdns-devel/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dns/powerdns-devel/Makefile') diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index 08fa45a91c4a..8addf1991e62 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -2,7 +2,7 @@ PORTNAME= powerdns PORTVERSION= 3.3.1 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= dns ipv6 PKGNAMESUFFIX= -devel @@ -32,7 +32,8 @@ GNU_CONFIGURE= YES INSTALL_TARGET= install-strip CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-modules="" \ +CONFIGURE_ARGS= --disable-static \ + --with-modules="" \ --with-dynmodules="pipe ${MODULES}" \ --sysconfdir="${PREFIX}/etc/pdns" \ --with-boost="${LOCALBASE}" -- cgit