aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-12-17 08:16:44 +0000
committerXin LI <delphij@FreeBSD.org>2012-12-17 08:16:44 +0000
commit17e053f06949f39316147386471400ae29df198c (patch)
tree90f2e8f6a8e265cfee9d8a717a683b5ea7a2acd5
parent76957aa91dbd2d0b8583f12bacd4fa83653c0866 (diff)
downloadports-17e053f06949f39316147386471400ae29df198c.tar.gz
ports-17e053f06949f39316147386471400ae29df198c.zip
Notes
-rw-r--r--net/openldap24-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile
index d05e61ad165b..4c3843bd2cf0 100644
--- a/net/openldap24-server/Makefile
+++ b/net/openldap24-server/Makefile
@@ -56,7 +56,7 @@ BROKEN= incompatible OpenLDAP version: ${WANT_OPENLDAP_VER}
.endif
PORTREVISION_CLIENT= 1
-PORTREVISION_SERVER= 1
+PORTREVISION_SERVER= 2
OPENLDAP_SHLIB_MAJOR= 8
OPTIONS_DEFINE= FETCH
@@ -125,9 +125,9 @@ CONFIGURE_SED= -e 's,-kthread,${PTHREAD_LIBS},g' -e 's,uuid/uuid.h,xxuuid/uuid.
.include <bsd.port.pre.mk>
+.if defined(CLIENT_ONLY)
PORTDOCS= CHANGES drafts rfc
-.if defined(CLIENT_ONLY)
.if ${CLIENT_ONLY} == sasl
PORT_OPTIONS+= SASL
.endif