Date: Thu, 14 Nov 2013 05:37:22 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333739 - head/security/gnupg Message-ID: <201311140537.rAE5bMkB067283@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311140537.rAE5bMkB067283>