diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-28 17:29:04 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-10-28 17:29:04 +0000 |
commit | 964906c2e9ae8091e0c2b2a3b2270930bd616108 (patch) | |
tree | 8fd05b4024e349f897b29ef187d6eadffb8f25f2 /net/openldap22-server | |
parent | 4d409c35da110155b3d9b4c1c62d9d7d9dffbccd (diff) | |
download | ports-964906c2e9ae8091e0c2b2a3b2270930bd616108.tar.gz ports-964906c2e9ae8091e0c2b2a3b2270930bd616108.zip |
Notes
Diffstat (limited to 'net/openldap22-server')
-rw-r--r-- | net/openldap22-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile index 9e6b461e0078..f2f0b1d4837e 100644 --- a/net/openldap22-server/Makefile +++ b/net/openldap22-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 |