diff options
-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 fa5a639a4270..af869ae30ee0 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -13,7 +13,9 @@ MASTER_SITES= ftp://ftp.ncftp.com/ncftp/ DISTNAME= ncftp-${PORTVERSION}-src PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +.if defined(WANT_IPV6) PATCHFILES= ncftp-302-v6-20001113.diff.gz +.endif PATCH_DIST_STRIP= -p1 MAINTAINER= obrien@FreeBSD.org |