diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-18 18:29:18 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2008-03-18 18:29:18 +0000 |
commit | 73189f308657675f1c8ab8d3dac2d1b99c556b77 (patch) | |
tree | 7405eeb93a41550e5bf65d50fde8169cac04a4f9 /ftp/ncftp3 | |
parent | d35fc5abe0e584f50be19452d3c0d9c0e0dcb8b7 (diff) | |
download | ports-73189f308657675f1c8ab8d3dac2d1b99c556b77.tar.gz ports-73189f308657675f1c8ab8d3dac2d1b99c556b77.zip |
Notes
Diffstat (limited to 'ftp/ncftp3')
-rw-r--r-- | ftp/ncftp3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 31ce5760f628..8386763c9eaa 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -13,9 +13,11 @@ CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION}-src +.if !defined(WITHOUT_NCFTP_IPV6) && !defined(WITHOUT_IPV6) PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ PATCHFILES= ncftp-321-v6-20070822.diff.gz PATCH_DIST_STRIP= -p1 +.endif MAINTAINER= obrien@FreeBSD.org COMMENT= ftp replacement with advanced user interface |