diff options
author | marino <marino@FreeBSD.org> | 2014-08-28 18:58:05 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-28 18:58:05 +0800 |
commit | 788a96e528a158097bfaaa253908133e18107ca1 (patch) | |
tree | b56d12646d6f45e4d14b57179d5bcb5dd742a448 /dns/powerdns-devel/Makefile | |
parent | a117d1c252e20e75f4ce2b55464ed85a7b1ec746 (diff) | |
download | freebsd-ports-gnome-788a96e528a158097bfaaa253908133e18107ca1.tar.gz freebsd-ports-gnome-788a96e528a158097bfaaa253908133e18107ca1.tar.zst freebsd-ports-gnome-788a96e528a158097bfaaa253908133e18107ca1.zip |
dns/powerdns-devel: Fix stage-qa / plist-issues
PR: 192401
Fix by: maintainer (Ralf van der Enden)
Diffstat (limited to 'dns/powerdns-devel/Makefile')
-rw-r--r-- | dns/powerdns-devel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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}" |