svn commit: r384156 - head/net/linphone
Tijl Coosemans
tijl at FreeBSD.org
Fri Apr 17 12:25:48 UTC 2015
Author: tijl
Date: Fri Apr 17 12:25:47 2015
New Revision: 384156
URL: https://svnweb.freebsd.org/changeset/ports/384156
Log:
Add LDAP option
Modified:
head/net/linphone/Makefile
Modified: head/net/linphone/Makefile
==============================================================================
--- head/net/linphone/Makefile Fri Apr 17 12:21:25 2015 (r384155)
+++ head/net/linphone/Makefile Fri Apr 17 12:25:47 2015 (r384156)
@@ -32,10 +32,14 @@ USES= gmake libtool pathfix pkgconfig r
USE_GNOME= gtk20 intltool libxml2
USE_LDCONFIG= yes
-OPTIONS_DEFINE= NLS NOTIFY UPNP VIDEO
+OPTIONS_DEFINE= LDAP NLS NOTIFY UPNP VIDEO
OPTIONS_DEFAULT=NOTIFY UPNP VIDEO
OPTIONS_SUB= yes
+LDAP_CONFIGURE_ENABLE= ldap
+LDAP_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2
+LDAP_USE= OPENLDAP=yes
+
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext
More information about the svn-ports-head
mailing list