svn commit: r335479 - head/security/gnupg

Mathieu Arnold mat at FreeBSD.org
Mon Dec 2 12:05:46 UTC 2013


Author: mat
Date: Mon Dec  2 12:05:45 2013
New Revision: 335479
URL: http://svnweb.freebsd.org/changeset/ports/335479

Log:
  Fix KDNS option.
  
  Reported by:	geoffroy desvernay
  Pointy hat to:	mat

Modified:
  head/security/gnupg/Makefile

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Mon Dec  2 11:58:15 2013	(r335478)
+++ head/security/gnupg/Makefile	Mon Dec  2 12:05:45 2013	(r335479)
@@ -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


More information about the svn-ports-head mailing list