1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

Use USE_OPENLDAP where appropriate

This commit is contained in:
Antoine Brodin 2016-12-31 20:11:57 +00:00
parent b64a7dbf89
commit b5f00d8d0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430159
2 changed files with 4 additions and 4 deletions

View File

@ -18,8 +18,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \
libzdb.so:databases/libzdb \
libuuid.so:misc/e2fsprogs-libuuid \
libevent.so:devel/libevent2 \
libjansson.so:devel/jansson \
libldap.so:net/openldap24-client
libjansson.so:devel/jansson
CONFLICTS= ccnet-server-[0-9]*
@ -30,6 +29,7 @@ GH_PROJECT= ccnet
USES= autoreconf gettext libtool localbase pathfix pkgconfig \
python:-2.7 shebangfix ssl
USE_LDCONFIG= yes
USE_OPENLDAP= yes
SHEBANG_FILES= tools/*.py
CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"

View File

@ -19,8 +19,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \
libzdb.so:databases/libzdb \
libuuid.so:misc/e2fsprogs-libuuid \
libevent.so:devel/libevent2 \
libjansson.so:devel/jansson \
libldap.so:net/openldap24-client
libjansson.so:devel/jansson
CONFLICT= ccnet-[0-9]*
@ -30,6 +29,7 @@ GH_ACCOUNT= haiwen
USES= autoreconf gettext libtool localbase mysql:client \
pathfix pgsql pkgconfig python:-2.7 shebangfix ssl
USE_LDCONFIG= yes
USE_OPENLDAP= yes
CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
GNU_CONFIGURE= yes