Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 10:42:06 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345366 - head/ftp/lftp
Message-ID:  <201402211042.s1LAg6Ud090928@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402211042.s1LAg6Ud090928>