diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2000-01-18 20:54:55 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2000-01-18 20:54:55 +0800 |
commit | 0662772f26f4477209e4b2651dd5aaefdac722ea (patch) | |
tree | d3363e59115e66dd31cb288fe56e209b302e7d8b /ftp | |
parent | 1bcc30ed7b164ee83fbf798b1d765958dc040f4e (diff) | |
download | freebsd-ports-gnome-0662772f26f4477209e4b2651dd5aaefdac722ea.tar.gz freebsd-ports-gnome-0662772f26f4477209e4b2651dd5aaefdac722ea.tar.zst freebsd-ports-gnome-0662772f26f4477209e4b2651dd5aaefdac722ea.zip |
Add 'ipv6' on CATEGORIES.
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 c1aa0ccb223f..7fc347f9e609 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -7,7 +7,7 @@ # DISTNAME= lftp-2.1.4 -CATEGORIES= ftp +CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network/file-transfer |