diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-11-14 05:37:22 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-11-14 05:37:22 +0000 |
commit | 64faeb613aa60209006369cd4cf13c3a60a40649 (patch) | |
tree | e4b5baa0ab1e0c26dfcb501b671f3b34b603001d /security/gnupg | |
parent | 8322c288514db35d08c82ea17f8fe0b875aa3416 (diff) | |
download | ports-64faeb613aa60209006369cd4cf13c3a60a40649.tar.gz ports-64faeb613aa60209006369cd4cf13c3a60a40649.zip |
Notes
Diffstat (limited to 'security/gnupg')
-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 |