diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-17 12:25:47 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-17 12:25:47 +0000 |
commit | fc8613157a07b26a70a62eaf577ca6e426cba4d1 (patch) | |
tree | c279c4ee94c978a12c2b81d07a50bf74f014c26d /net/linphone/Makefile | |
parent | f59f0420f1e3efef6a216a7c23ab0e3e2bd15ec0 (diff) | |
download | ports-fc8613157a07b26a70a62eaf577ca6e426cba4d1.tar.gz ports-fc8613157a07b26a70a62eaf577ca6e426cba4d1.zip |
Notes
Diffstat (limited to 'net/linphone/Makefile')
-rw-r--r-- | net/linphone/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/linphone/Makefile b/net/linphone/Makefile index 7e9ed0adcf5a..2761abc47cb1 100644 --- a/net/linphone/Makefile +++ b/net/linphone/Makefile @@ -32,10 +32,14 @@ USES= gmake libtool pathfix pkgconfig readline:port 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 |