diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 15:05:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 15:05:11 +0000 |
commit | dd8fc61f8982cd99e1ecd084ed1a5451666a02eb (patch) | |
tree | 8bb599919e196c30c7dfdb47d20525dc10b57b9d /net/openldap22 | |
parent | 73f7cbcc882812dc398f5173f25f5150066aa0eb (diff) | |
download | ports-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.tar.gz ports-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.zip |
Notes
Diffstat (limited to 'net/openldap22')
-rw-r--r-- | net/openldap22/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile index 3cf07d61f359..18bbdacca921 100644 --- a/net/openldap22/Makefile +++ b/net/openldap22/Makefile @@ -7,7 +7,7 @@ PORTNAME= openldap PORTVERSION= 2.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net databases MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/%SUBDIR%/ \ ftp://ftp.net.lut.ac.uk/openldap/%SUBDIR%/ \ @@ -23,7 +23,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= db3.2:${PORTSDIR}/databases/db3 +LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 USE_AUTOCONF= yes USE_LIBTOOL= yes |