svn commit: r379148 - head/net/mediastreamer
Tijl Coosemans
tijl at FreeBSD.org
Tue Feb 17 09:02:17 UTC 2015
Author: tijl
Date: Tue Feb 17 09:02:16 2015
New Revision: 379148
URL: https://svnweb.freebsd.org/changeset/ports/379148
QAT: https://qat.redports.org/buildarchive/r379148/
Log:
Depend on gettext-tools when NLS option is off
Modified:
head/net/mediastreamer/Makefile
Modified: head/net/mediastreamer/Makefile
==============================================================================
--- head/net/mediastreamer/Makefile Tue Feb 17 08:41:46 2015 (r379147)
+++ head/net/mediastreamer/Makefile Tue Feb 17 09:02:16 2015 (r379148)
@@ -24,7 +24,7 @@ CONFIGURE_ARGS= --disable-alsa --disable
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}/a
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
More information about the svn-ports-all
mailing list