Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 2015 09:02:16 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379148 - head/net/mediastreamer
Message-ID:  <201502170902.t1H92GoU089875@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502170902.t1H92GoU089875>