aboutsummaryrefslogtreecommitdiff
path: root/net/openldap23-server/Makefile
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-05-27 11:29:07 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-05-27 11:29:07 +0000
commita51cdd3ebe4bddda5405f0b61ee36bb1a0e4223e (patch)
tree5297af279790f9c51f70fea36aaeb2b80e336d22 /net/openldap23-server/Makefile
parentcd08d89cbd53553c5e47c27ba90c83a1d5ed1335 (diff)
downloadports-a51cdd3ebe4bddda5405f0b61ee36bb1a0e4223e.tar.gz
ports-a51cdd3ebe4bddda5405f0b61ee36bb1a0e4223e.zip
Notes
Diffstat (limited to 'net/openldap23-server/Makefile')
-rw-r--r--net/openldap23-server/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile
index f8e91678d872..003fa0235555 100644
--- a/net/openldap23-server/Makefile
+++ b/net/openldap23-server/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openldap
-PORTVERSION= 2.2.10
+PORTVERSION= 2.2.11
PORTREVISION= ${OPENLDAP_PORTREVISION}
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
@@ -71,13 +71,11 @@ OPENLDAP_PKGNAMESUFFIX= ${PKGNAMESUFFIX_SERVER}
OPENLDAP_PKGFILESUFX=
.if defined(WITH_SASL)
-RUN_DEPENDS= ${LOCALBASE}/lib/libldap.so.202:${PORTSDIR}/net/openldap22-sasl-client
-#RUN_DEPENDS= ${LOCALBASE}/lib/libldap-2.2.so.7:${PORTSDIR}/net/openldap22-sasl-client
+RUN_DEPENDS= ${LOCALBASE}/lib/libldap-2.2.so.7:${PORTSDIR}/net/openldap22-sasl-client
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-server-2.* \
${PKGNAMEPREFIX}${PORTNAME}-sasl-server-2.[!2].*
.else
-RUN_DEPENDS= ${LOCALBASE}/lib/libldap.so.202:${PORTSDIR}/net/openldap22-client
-#RUN_DEPENDS= ${LOCALBASE}/lib/libldap-2.2.so.7:${PORTSDIR}/net/openldap22-client
+RUN_DEPENDS= ${LOCALBASE}/lib/libldap-2.2.so.7:${PORTSDIR}/net/openldap22-client
CONFLICTS= ${PKGNAMEPREFIX}${PORTNAME}-server-2.[!2].* \
${PKGNAMEPREFIX}${PORTNAME}-sasl-server-2.*
.endif