svn commit: r334906 - head/security/gnutls3

William Grzybowski wg at FreeBSD.org
Mon Nov 25 23:59:05 UTC 2013


Author: wg
Date: Mon Nov 25 23:59:04 2013
New Revision: 334906
URL: http://svnweb.freebsd.org/changeset/ports/334906

Log:
  security/gnutls3: fix build without autogen
  
  PR:		ports/184279
  Submitted by:	mandree

Modified:
  head/security/gnutls3/Makefile

Modified: head/security/gnutls3/Makefile
==============================================================================
--- head/security/gnutls3/Makefile	Mon Nov 25 22:49:29 2013	(r334905)
+++ head/security/gnutls3/Makefile	Mon Nov 25 23:59:04 2013	(r334906)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libgpg-error.so:${PORTSDIR}
 		libidn.so:${PORTSDIR}/dns/libidn \
 		libtspi.so:${PORTSDIR}/security/trousers
 
-GNUTLS_SUFFIX=3
+GNUTLS_SUFFIX=	3
 
 USES=		gmake iconv pkgconfig
 USE_AUTOTOOLS=	libtool
@@ -34,7 +34,8 @@ CONFIGURE_ARGS=	--program-suffix=${GNUTL
 			--disable-guile \
 			--disable-nls \
 			--disable-silent-rules \
-			--disable-hardware-acceleration
+			--disable-hardware-acceleration \
+			--enable-local-libopts
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}${GNUTLS_SUFFIX}
 EXAMPLESDIR=	${PREFIX}/share/examples/${PORTNAME}${GNUTLS_SUFFIX}


More information about the svn-ports-head mailing list