svn commit: r333739 - head/security/gnupg

Eitan Adler eadler at FreeBSD.org
Thu Nov 14 05:37:23 UTC 2013


Author: eadler
Date: Thu Nov 14 05:37:22 2013
New Revision: 333739
URL: http://svnweb.freebsd.org/changeset/ports/333739

Log:
  Fix build with KDNS: --with-adns must be passed to configure.
  
  PR:		ports/183113
  Submitted by:	Erick Turnquist <jhujhiti at adjectivism.org>
  Approved by:	maintainer timeout (3 weeks)

Modified:
  head/security/gnupg/Makefile

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Thu Nov 14 04:26:45 2013	(r333738)
+++ head/security/gnupg/Makefile	Thu Nov 14 05:37:22 2013	(r333739)
@@ -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


More information about the svn-ports-head mailing list