diff options
author | eadler <eadler@FreeBSD.org> | 2013-11-14 13:37:22 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-11-14 13:37:22 +0800 |
commit | 1dfcee560b1a400b3519e7fbd02e877db829c4c9 (patch) | |
tree | e4b5baa0ab1e0c26dfcb501b671f3b34b603001d /security | |
parent | ad9af2e55a739ed1dc6dd1ca8e18f4c85c3ccd65 (diff) | |
download | freebsd-ports-gnome-1dfcee560b1a400b3519e7fbd02e877db829c4c9.tar.gz freebsd-ports-gnome-1dfcee560b1a400b3519e7fbd02e877db829c4c9.tar.zst freebsd-ports-gnome-1dfcee560b1a400b3519e7fbd02e877db829c4c9.zip |
Fix build with KDNS: --with-adns must be passed to configure.
PR: ports/183113
Submitted by: Erick Turnquist <jhujhiti@adjectivism.org>
Approved by: maintainer timeout (3 weeks)
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index ad9c31c4446e..5d86e2b60c76 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -68,7 +68,8 @@ CONFIGURE_ARGS+=--disable-ldap .endif .if ${PORT_OPTIONS:MKDNS} -LIB_DEPENDS+= adns:${PORTSDIR}/dns/adns +LIB_DEPENDS+= libadns.so:${PORTSDIR}/dns/adns +CONFIGURE_ARGS+= --with-adns=${LOCALBASE} .else CONFIGURE_SUB= -e '/GPGKEYS_KDNS=/s/".*"/""/' .endif |