aboutsummaryrefslogtreecommitdiff
path: root/net/ndisc6
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-07-29 19:36:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-07-29 19:36:04 +0000
commit6c46a79d512e2ba2b6ae38fca828b301fe32ead6 (patch)
treee0a045ff7f4b17ca97ca80ba0e63d1b99d4af168 /net/ndisc6
parentebeb1caa518f7158dcabbf521e3091e01b80c802 (diff)
downloadports-6c46a79d512e2ba2b6ae38fca828b301fe32ead6.tar.gz
ports-6c46a79d512e2ba2b6ae38fca828b301fe32ead6.zip
Notes
Diffstat (limited to 'net/ndisc6')
-rw-r--r--net/ndisc6/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ndisc6/Makefile b/net/ndisc6/Makefile
index d186c471bbce..dd7aa8bc986e 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