aboutsummaryrefslogtreecommitdiffstats
path: root/net/openldap20-server
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-10-29 01:29:04 +0800
committerijliao <ijliao@FreeBSD.org>2002-10-29 01:29:04 +0800
commit866caf0f9b1ea3974225ad077121a8687da9ec58 (patch)
tree3d832ebea1696cf40fba89114988462350a57c11 /net/openldap20-server
parent29cbdd6d71c2a5ddf6bcf45768d811ce3b24ea40 (diff)
downloadfreebsd-ports-gnome-866caf0f9b1ea3974225ad077121a8687da9ec58.tar.gz
freebsd-ports-gnome-866caf0f9b1ea3974225ad077121a8687da9ec58.tar.zst
freebsd-ports-gnome-866caf0f9b1ea3974225ad077121a8687da9ec58.zip
bump iodbc lib version
PR: 43829 Submitted by: Valentin Zahariev <curly@e-card.bg>
Diffstat (limited to 'net/openldap20-server')
-rw-r--r--net/openldap20-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile
index 9e6b461e0078..f2f0b1d4837e 100644
--- a/net/openldap20-server/Makefile
+++ b/net/openldap20-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= openldap
PORTVERSION= 2.0.25
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net databases
MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \
ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \
@@ -55,7 +55,7 @@ CPPFLAGS+= -I${LOCALBASE}/include/sasl1
.endif
.if defined(WITH_ODBC)
-LIB_DEPENDS+= iodbc.2:${PORTSDIR}/databases/libiodbc
+LIB_DEPENDS+= iodbc.3:${PORTSDIR}/databases/libiodbc
CONFIGURE_ARGS+=--enable-sql
.endif