From e9ec4b3f7a16509e8c5f50f27421377f7c650bdf Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 6 Oct 2010 05:32:36 +0000 Subject: There doesn't seem to be a KAME IPv6 patch for version 3.2.4 yet. --- ftp/ncftp3/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile index 6c259c11d033..ed4383ec1fc9 100644 --- a/ftp/ncftp3/Makefile +++ b/ftp/ncftp3/Makefile @@ -15,9 +15,9 @@ 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-323-v6-20091109.diff.gz -PATCH_DIST_STRIP= -p1 +#PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ +#PATCHFILES= ncftp-323-v6-20091109.diff.gz +#PATCH_DIST_STRIP= -p1 .endif MAINTAINER= obrien@FreeBSD.org -- cgit