diff options
author | krion <krion@FreeBSD.org> | 2004-05-29 13:29:50 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-29 13:29:50 +0000 |
commit | 96d12e47870f81463ba7ce127145c0b315010466 (patch) | |
tree | c7f62275b7857a704f9ea002abe473ed917cb2ea /ftp/lftp | |
parent | e7f057b94ba6320581cafc455d8b5a1e08831428 (diff) | |
download | FreeBSD-ports-96d12e47870f81463ba7ce127145c0b315010466.zip FreeBSD-ports-96d12e47870f81463ba7ce127145c0b315010466.tar.gz |
- Remove superfluous USE_GETTEXT dependency
Submitted by: Victor Sudakov <vas at mpeks dot tomsk dot su>
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 20439f4..998b78d 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -37,7 +37,6 @@ MAINTAINER= fm@cross-road.org.ua COMMENT= Shell-like command line ftp client USE_BZIP2= yes -USE_GETTEXT= yes USE_GPG?= yes SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc |