aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-07-30 03:36:04 +0800
committerantoine <antoine@FreeBSD.org>2014-07-30 03:36:04 +0800
commit804159a10639a92f58ca40952fce52559429b8c8 (patch)
treee0a045ff7f4b17ca97ca80ba0e63d1b99d4af168 /net
parent67fe89539e102616e0684632af2ad6650f20235a (diff)
downloadfreebsd-ports-graphics-804159a10639a92f58ca40952fce52559429b8c8.tar.gz
freebsd-ports-graphics-804159a10639a92f58ca40952fce52559429b8c8.tar.zst
freebsd-ports-graphics-804159a10639a92f58ca40952fce52559429b8c8.zip
Fix make fetch
Pointy hat: adamw
Diffstat (limited to 'net')
-rw-r--r--net/ndisc6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile
index d186c471bbc..dd7aa8bc986 100644
--- a/net/ndisc6/Makefile
+++ b/net/ndisc6/Makefile
@@ -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-rdnssd-rdnssd.h
.endif
.if ${PORT_OPTIONS:MNLS}
-USES+= gettext tar:bzip2
+USES+= gettext
LDFLAGS+= -lintl
PLIST_SUB+= NLS=""
.else