From 79452c6dc80b634c3ef9c985a517d911cf038f4a Mon Sep 17 00:00:00 2001 From: mva Date: Sat, 27 Apr 2013 08:50:46 +0000 Subject: - Convert USE_ICONV=yes to USES=iconv - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here Reviewed by: bapt, kwm --- ftp/lftp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/lftp') diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 29c34621c415..cd6c486d9aa5 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv3 LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 -USE_ICONV= yes +USES= iconv CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -- cgit