Date: Sat, 25 Apr 2015 09:54: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: r384724 - head/net/linphone Message-ID: <201504250954.t3P9sGWM009874@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504250954.t3P9sGWM009874>