diff options
author | tijl <tijl@FreeBSD.org> | 2015-02-17 17:02:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-02-17 17:02:16 +0800 |
commit | 1d1da596b0ff4636809fcd3bbbb2c0b204b33839 (patch) | |
tree | 98339cb19c6acb26d538554436c73eda976f78f6 /net | |
parent | e86afbcfd748507162fe6911793093568d844af1 (diff) | |
download | freebsd-ports-gnome-1d1da596b0ff4636809fcd3bbbb2c0b204b33839.tar.gz freebsd-ports-gnome-1d1da596b0ff4636809fcd3bbbb2c0b204b33839.tar.zst freebsd-ports-gnome-1d1da596b0ff4636809fcd3bbbb2c0b204b33839.zip |
Depend on gettext-tools when NLS option is off
Diffstat (limited to 'net')
-rw-r--r-- | net/mediastreamer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile index 4cd745e2f6e9..c80f82cfc692 100644 --- a/net/mediastreamer/Makefile +++ b/net/mediastreamer/Makefile @@ -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 |