diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-01 14:24:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-01 14:24:06 +0800 |
commit | a9db137ce577f4f97ccaf1ff92a55773caf74add (patch) | |
tree | 9dc1c30a72b9be2d4dc2fa894f5264c4b9ba7095 /ftp | |
parent | 25b548911ccb057a51ed2041471a5e5abeed62af (diff) | |
download | freebsd-ports-gnome-a9db137ce577f4f97ccaf1ff92a55773caf74add.tar.gz freebsd-ports-gnome-a9db137ce577f4f97ccaf1ff92a55773caf74add.tar.zst freebsd-ports-gnome-a9db137ce577f4f97ccaf1ff92a55773caf74add.zip |
Fix build with ports version of readline
Diffstat (limited to 'ftp')
-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 934c1984213d..f683da7efa0e 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -20,7 +20,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -USES= iconv shebangfix +USES= iconv readline shebangfix CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |