Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 19:59:19 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370109 - in head/ftp/lftp: . files
Message-ID:  <201410051959.s95JxJBs079235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Oct  5 19:59:18 2014
New Revision: 370109
URL: https://svnweb.freebsd.org/changeset/ports/370109
QAT: https://qat.redports.org/buildarchive/r370109/

Log:
  Convert to USES=charsetfix and USES=libtool

Deleted:
  head/ftp/lftp/files/patch-build-aux-ltmain.sh
  head/ftp/lftp/files/patch-lib-Makefile.in
Modified:
  head/ftp/lftp/Makefile

Modified: head/ftp/lftp/Makefile
==============================================================================
--- head/ftp/lftp/Makefile	Sun Oct  5 19:57:41 2014	(r370108)
+++ head/ftp/lftp/Makefile	Sun Oct  5 19:59:18 2014	(r370109)
@@ -20,7 +20,7 @@ LICENSE=	GPLv3
 
 LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
-USES=		iconv readline shebangfix
+USES=		charsetfix iconv libtool readline shebangfix
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib



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