diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-02 12:05:45 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-02 12:05:45 +0000 |
commit | 79e77283809a7ead061cba482527c89df73c541f (patch) | |
tree | cee5e89bd0c1313954d553995763972415cbc293 /security/gnupg | |
parent | 4702a94cbfd6c4af66e76190ed65b21b1e1e0061 (diff) | |
download | ports-79e77283809a7ead061cba482527c89df73c541f.tar.gz ports-79e77283809a7ead061cba482527c89df73c541f.zip |
Notes
Diffstat (limited to 'security/gnupg')
-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 |