diff options
author | Xin LI <delphij@FreeBSD.org> | 2012-05-01 02:01:40 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2012-05-01 02:01:40 +0000 |
commit | 2f54dcfb6d8d1d9b78a226b85a4f144f0fa11652 (patch) | |
tree | 656daea3d97ca4c72f9c5dbb7b4c89c213c6ed25 /net/openldap24-server | |
parent | 1b000dfa399a5746fb6d9f3435931a8fdebefbfe (diff) | |
download | ports-2f54dcfb6d8d1d9b78a226b85a4f144f0fa11652.tar.gz ports-2f54dcfb6d8d1d9b78a226b85a4f144f0fa11652.zip |
Notes
Diffstat (limited to 'net/openldap24-server')
-rw-r--r-- | net/openldap24-server/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile index 3f17e9be86b2..9c387c940a4a 100644 --- a/net/openldap24-server/Makefile +++ b/net/openldap24-server/Makefile @@ -33,15 +33,17 @@ LATEST_LINK?= ${UNIQUENAME}${PKGNAMESUFFIX} USE_OPENSSL= yes MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool +.if !defined(CLIENT_ONLY) USERS= ldap GROUPS= ldap +.endif WANT_OPENLDAP_VER?= 24 .if ${WANT_OPENLDAP_VER} != 24 BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER} .endif -PORTREVISION_CLIENT= 0 +PORTREVISION_CLIENT= 1 PORTREVISION_SERVER= 0 OPENLDAP_SHLIB_MAJOR= 8 |