Date: Mon, 2 Dec 2013 12:05:46 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335479 - head/security/gnupg Message-ID: <201312021205.rB2C5kvX055728@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312021205.rB2C5kvX055728>