svn commit: r345366 - head/ftp/lftp

Ganael LAPLANCHE martymac at FreeBSD.org
Fri Feb 21 10:42:07 UTC 2014


Author: martymac
Date: Fri Feb 21 10:42:06 2014
New Revision: 345366
URL: http://svnweb.freebsd.org/changeset/ports/345366
QAT: https://qat.redports.org/buildarchive/r345366/

Log:
  Fix typo in previous commit
  
  Reported by:	mat

Modified:
  head/ftp/lftp/Makefile

Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile	Fri Feb 21 10:41:32 2014	(r345365)
+++ head/ftp/lftp/Makefile	Fri Feb 21 10:42:06 2014	(r345366)
@@ -48,7 +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
+GNUTLS_USES=	pkgconfig
 
 post-install:
 	${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \


More information about the svn-ports-head mailing list