From 6c46a79d512e2ba2b6ae38fca828b301fe32ead6 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 29 Jul 2014 19:36:04 +0000 Subject: [PATCH] Fix make fetch Pointy hat: adamw --- net/ndisc6/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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