Date: Tue, 29 Jul 2014 19:36:04 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363378 - head/net/ndisc6 Message-ID: <201407291936.s6TJa4Ib011408@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407291936.s6TJa4Ib011408>