diff options
author | kleink <kleink@pkgsrc.org> | 2000-06-15 12:55:07 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2000-06-15 12:55:07 +0000 |
commit | a0b056ab24816aa88dae982afd3de7ba650fc71b (patch) | |
tree | 8bc213f358f3379fb330901cd09874504f38f838 | |
parent | 57df0c9abe5672c5f09c1ff95f60d48e9586a109 (diff) | |
download | pkgsrc-a0b056ab24816aa88dae982afd3de7ba650fc71b.tar.gz |
Match openldap-1.2.*.
-rw-r--r-- | mail/sendmail/Makefile | 4 | ||||
-rw-r--r-- | www/ap-auth-ldap/Makefile | 4 | ||||
-rw-r--r-- | www/php3-ldap/Makefile | 4 | ||||
-rw-r--r-- | www/web500gw/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index e276c0dc797..b011c30d194 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/06/15 12:32:33 veego Exp $ +# $NetBSD: Makefile,v 1.17 2000/06/15 12:55:07 kleink Exp $ DISTNAME= sendmail.8.9.3 PKGNAME= sendmail-8.9.3 @@ -52,7 +52,7 @@ MAKE_ENV+= DB_ENVDEF="" DB_LIBS="" PLIST_SRC= ${WRKDIR}/.PLIST_SRC .if defined(USE_LDAP) && ${USE_LDAP} == YES -DEPENDS+= openldap-1.2.7p1:../../databases/openldap +DEPENDS+= openldap-1.2.*:../../databases/openldap MAKE_ENV+= LDAP_CONF="-DLDAPMAP" \ LDAP_ENVDEF="-I${LOCALBASE}/include" \ diff --git a/www/ap-auth-ldap/Makefile b/www/ap-auth-ldap/Makefile index f96b2008e4d..103efd9011b 100644 --- a/www/ap-auth-ldap/Makefile +++ b/www/ap-auth-ldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/30 13:58:49 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/15 12:55:37 kleink Exp $ DISTNAME= auth_ldap-1.4.2 PKGNAME= ap-auth-ldap-1.4.2 @@ -9,7 +9,7 @@ MAINTAINER= kleink@netbsd.org HOMEPAGE= http://www.rudedog.org/auth_ldap/ DEPENDS+= apache-1.3.*:../../www/apache -DEPENDS+= openldap-1.2.7p1:../../databases/openldap +DEPENDS+= openldap-1.2.*:../../databases/openldap # For "apxs": BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 diff --git a/www/php3-ldap/Makefile b/www/php3-ldap/Makefile index dd505cee6ff..2b2c628d34e 100644 --- a/www/php3-ldap/Makefile +++ b/www/php3-ldap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1999/12/17 11:16:45 agc Exp $ +# $NetBSD: Makefile,v 1.4 2000/06/15 13:06:04 kleink Exp $ # PKGNAME= php-ldap-${PHP_VERSION} -DEPENDS+= openldap-1.2.7p1:../../databases/openldap +DEPENDS+= openldap-1.2.*:../../databases/openldap CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index 9b9fb6feb16..4f1df73b8d3 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/12/17 11:16:46 agc Exp $ +# $NetBSD: Makefile,v 1.6 2000/06/15 13:07:36 kleink Exp $ DISTNAME= web500gw-2.1b3 CATEGORIES= www databases @@ -7,6 +7,6 @@ MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/web500gw/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.tu-chemnitz.de/~fri/web500gw/ -DEPENDS+= openldap-1.2.7p1:../../databases/openldap +DEPENDS+= openldap-1.2.*:../../databases/openldap .include "../../mk/bsd.pkg.mk" |