diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-25 17:54:15 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-25 17:54:15 +0800 |
commit | 1fe355f536789ae3e51be54938eb38a03d887662 (patch) | |
tree | 266218d2074d5bffd95c8bc739906f707a5d9f02 /net | |
parent | dc9c7df15735e3e5a6d6864560b9ec8d0761204e (diff) | |
download | freebsd-ports-gnome-1fe355f536789ae3e51be54938eb38a03d887662.tar.gz freebsd-ports-gnome-1fe355f536789ae3e51be54938eb38a03d887662.tar.zst freebsd-ports-gnome-1fe355f536789ae3e51be54938eb38a03d887662.zip |
Add USES=gettext-tools to fix build when NLS option is off
Reported by: Raif S. Berent <zaphod@berentweb.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/linphone/Makefile | 4 |
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 |