diff options
author | wen <wen@FreeBSD.org> | 2011-07-07 17:17:32 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-07-07 17:17:32 +0800 |
commit | 35652c06443a6c502a1865493f9256c5439a1199 (patch) | |
tree | 99e012061f3aa8f2f1709c1b0d298b2618a47f74 /ftp/lftp | |
parent | 4eefc6847f500299dfc721f06f4e574366eab88b (diff) | |
download | freebsd-ports-gnome-35652c06443a6c502a1865493f9256c5439a1199.tar.gz freebsd-ports-gnome-35652c06443a6c502a1865493f9256c5439a1199.tar.zst freebsd-ports-gnome-35652c06443a6c502a1865493f9256c5439a1199.zip |
- Remove USE_GZIP=yes since it is default
PR: ports/157174
Submitted by: Alex kozlov <spam@rm-rf.kiev.ua>
Approved by: pav@(portmgr)
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 de5fb8b9faec..be0914645e17 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -25,7 +25,6 @@ LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 LICENSE= GPLv3 USE_ICONV= yes -USE_GZIP= yes CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes |