aboutsummaryrefslogtreecommitdiff
path: root/net/linphone
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2015-04-25 09:54:15 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2015-04-25 09:54:15 +0000
commit07a04906dd04555e77da1e7d69a7d1e362c9b7b3 (patch)
tree266218d2074d5bffd95c8bc739906f707a5d9f02 /net/linphone
parentedb5f7f1b82d388ee030c312cfe0f0e914687d20 (diff)
downloadports-07a04906dd04555e77da1e7d69a7d1e362c9b7b3.tar.gz
ports-07a04906dd04555e77da1e7d69a7d1e362c9b7b3.zip
Add USES=gettext-tools to fix build when NLS option is off
Reported by: Raif S. Berent <zaphod@berentweb.com>
Notes
Notes: svn path=/head/; revision=384724
Diffstat (limited to 'net/linphone')
-rw-r--r--net/linphone/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile
index 2761abc47cb1..601ecf68e95c 100644
--- a/net/linphone/Makefile
+++ b/net/linphone/Makefile
@@ -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}/security/cyrus-sasl2
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