diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-01-25 11:09:14 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-01-25 11:09:14 +0000 |
commit | c8534cca6fc727263e16286eecb9830804d39e0c (patch) | |
tree | d07d46caa55b822cfbf1802f83eb63396fffbbb1 /ftp/lftp/Makefile | |
parent | Update to 2.26 (diff) |
Fix missing dependence(add USE_ICONV).
PR: ports/92287
Submitted by: Dmitry A. Yanko (maintainer)
Notes
Notes:
svn path=/head/; revision=154413
Diffstat (limited to '')
-rw-r--r-- | ftp/lftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 5d4ec285fbee..adb265904bb9 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -27,6 +27,7 @@ COMMENT= Shell-like command line ftp client LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +USE_ICONV= yes USE_BZIP2= yes USE_GPG?= yes SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc |