diff options
-rw-r--r-- | www/php3-ldap/Makefile | 4 | ||||
-rw-r--r-- | www/web500gw/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/php3-ldap/Makefile b/www/php3-ldap/Makefile index b1824e69651..dd505cee6ff 100644 --- a/www/php3-ldap/Makefile +++ b/www/php3-ldap/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1999/09/01 17:09:53 bad Exp $ +# $NetBSD: Makefile,v 1.3 1999/12/17 11:16:45 agc Exp $ # PKGNAME= php-ldap-${PHP_VERSION} -DEPENDS+= openldap-1.2.1p1:../../databases/openldap +DEPENDS+= openldap-1.2.7p1:../../databases/openldap CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index d6449ad0330..9b9fb6feb16 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/05/04 02:31:06 tv Exp $ +# $NetBSD: Makefile,v 1.5 1999/12/17 11:16:46 agc 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.1p1:../../databases/openldap +DEPENDS+= openldap-1.2.7p1:../../databases/openldap .include "../../mk/bsd.pkg.mk" |