diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-06 03:59:18 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-06 03:59:18 +0800 |
commit | a47b6637037cba2f0e8e5c76fe488254ba7b7803 (patch) | |
tree | a99f4e26234b2e4f53059cad4cf0d78179d835bd /ftp/lftp/Makefile | |
parent | 289cc54bc8c3da5f6d09e3b68db3778dba5c88e1 (diff) | |
download | freebsd-ports-gnome-a47b6637037cba2f0e8e5c76fe488254ba7b7803.tar.gz freebsd-ports-gnome-a47b6637037cba2f0e8e5c76fe488254ba7b7803.tar.zst freebsd-ports-gnome-a47b6637037cba2f0e8e5c76fe488254ba7b7803.zip |
Convert to USES=charsetfix and USES=libtool
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 96ccf82dee0f..fb20fee57878 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -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 |