svn commit: r384724 - head/net/linphone
Tijl Coosemans
tijl at FreeBSD.org
Sat Apr 25 09:54:16 UTC 2015
Author: tijl
Date: Sat Apr 25 09:54:15 2015
New Revision: 384724
URL: https://svnweb.freebsd.org/changeset/ports/384724
Log:
Add USES=gettext-tools to fix build when NLS option is off
Reported by: Raif S. Berent <zaphod at berentweb.com>
Modified:
head/net/linphone/Makefile
Modified: head/net/linphone/Makefile
==============================================================================
--- head/net/linphone/Makefile Sat Apr 25 09:46:50 2015 (r384723)
+++ head/net/linphone/Makefile Sat Apr 25 09:54:15 2015 (r384724)
@@ -28,7 +28,7 @@ CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
-USES= gmake libtool pathfix pkgconfig readline:port
+USES= gettext-tools gmake libtool pathfix pkgconfig readline:port
USE_GNOME= gtk20 intltool libxml2
USE_LDCONFIG= yes
@@ -41,7 +41,7 @@ LDAP_LIB_DEPENDS= libsasl2.so:${PORTSDIR
LDAP_USE= OPENLDAP=yes
NLS_CONFIGURE_ENABLE= nls
-NLS_USES= gettext
+NLS_USES= gettext-runtime
NOTIFY_CONFIGURE_ENABLE=notify
NOTIFY_LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify
More information about the svn-ports-head
mailing list