svn commit: r363378 - head/net/ndisc6

Antoine Brodin antoine at FreeBSD.org
Tue Jul 29 19:36:05 UTC 2014


Author: antoine
Date: Tue Jul 29 19:36:04 2014
New Revision: 363378
URL: http://svnweb.freebsd.org/changeset/ports/363378
QAT: https://qat.redports.org/buildarchive/r363378/

Log:
  Fix make fetch
  
  Pointy hat:	adamw

Modified:
  head/net/ndisc6/Makefile

Modified: head/net/ndisc6/Makefile
==============================================================================
--- head/net/ndisc6/Makefile	Tue Jul 29 19:32:19 2014	(r363377)
+++ head/net/ndisc6/Makefile	Tue Jul 29 19:36:04 2014	(r363378)
@@ -13,6 +13,7 @@ COMMENT=	IPv6 network diagnostic tools
 
 LICENSE=	GPLv2
 
+USES=		tar:bzip2
 USE_GCC=	any
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-suid-install
@@ -29,7 +30,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
-USES+=		gettext tar:bzip2
+USES+=		gettext
 LDFLAGS+=	-lintl
 PLIST_SUB+=	NLS=""
 .else


More information about the svn-ports-head mailing list