1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix make fetch

Pointy hat:	adamw
This commit is contained in:
Antoine Brodin 2014-07-29 19:36:04 +00:00
parent ebeb1caa51
commit 6c46a79d51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363378

View File

@ -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