svn commit: r345354 - head/ftp/lftp

Ganael LAPLANCHE martymac at FreeBSD.org
Fri Feb 21 10:14:00 UTC 2014


Author: martymac
Date: Fri Feb 21 10:13:59 2014
New Revision: 345354
URL: http://svnweb.freebsd.org/changeset/ports/345354
QAT: https://qat.redports.org/buildarchive/r345354/

Log:
  Fix build when GNUTLS is selected
  
  PR:		ports/186896
  Submitted by:	Martijn Lina <martijn at hostage.nl>

Modified:
  head/ftp/lftp/Makefile

Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile	Fri Feb 21 10:11:39 2014	(r345353)
+++ head/ftp/lftp/Makefile	Fri Feb 21 10:13:59 2014	(r345354)
@@ -48,6 +48,7 @@ OPENSSL_CONFIGURE_WITH=	openssl
 OPENSSL_USE=	OPENSSL=yes
 GNUTLS_CONFIGURE_WITH=	gnutls
 GNUTLS_LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
+GNUTLS_USES+=	pkgconfig
 
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \


More information about the svn-ports-all mailing list