1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Depend on gettext-tools when NLS option is off

This commit is contained in:
Tijl Coosemans 2015-02-17 09:02:16 +00:00
parent 3e8ffa65a3
commit 33b1c69f38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379148

View File

@ -24,7 +24,7 @@ CONFIGURE_ARGS= --disable-alsa --disable-pulseaudio \
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
USES= gmake libtool pathfix pkgconfig
USES= gettext-tools gmake libtool pathfix pkgconfig
USE_GNOME= intlhack
USE_LDCONFIG= yes
@ -51,7 +51,7 @@ GSM_LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm
IPV6_CONFIGURE_ENABLE= ipv6
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
NLS_USES= gettext-runtime
OPUS_CONFIGURE_ENABLE= opus
OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus