diff options
author | mat <mat@FreeBSD.org> | 2013-12-02 20:05:45 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-12-02 20:05:45 +0800 |
commit | 8e94b584fa599d9f59dda05a96e2146d0446797d (patch) | |
tree | cee5e89bd0c1313954d553995763972415cbc293 /security | |
parent | 65ca668ba96c0d7ade8f631f1e562a73f8125c2f (diff) | |
download | freebsd-ports-gnome-8e94b584fa599d9f59dda05a96e2146d0446797d.tar.gz freebsd-ports-gnome-8e94b584fa599d9f59dda05a96e2146d0446797d.tar.zst freebsd-ports-gnome-8e94b584fa599d9f59dda05a96e2146d0446797d.zip |
Fix KDNS option.
Reported by: geoffroy desvernay
Pointy hat to: mat
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 8ed67b98e259..9dbb707a32ac 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -45,8 +45,8 @@ DOCS_CONFIGURE_ENABLE= doc PINENTRY_RUN_DEPENDS= pinentry>0:${PORTSDIR}/security/pinentry GPGSM_RUN_DEPENDS= dirmngr:${PORTSDIR}/security/dirmngr GPGSM_CONFIGURE_ENABLE= gpgsm -MKDNS_LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns -MKDNS_CONFIGURE_ON= --with-adns=${LOCALBASE} +KDNS_LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns +KDNS_CONFIGURE_ON= --with-adns=${LOCALBASE} STD_SOCKET_CONFIGURE_ENABLE= socket NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls |