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:
parent
b64a7dbf89
commit
b5f00d8d0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430159
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user