From a4f7bb807f33142bd035cbb5dcdda3009eb9d82a Mon Sep 17 00:00:00 2001 From: ghen Date: Sat, 18 Nov 2006 21:46:44 +0000 Subject: Remove the dependency on php4-domxml/php5-dom, as it is not stricly necessary (phpldapadmin works fine without). This removes a number of second-order dependencies for this package. Bump PKGREVISION. Ok with adrianp (who originally added the dependency). --- databases/phpldapadmin/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/databases/phpldapadmin/Makefile b/databases/phpldapadmin/Makefile index e89f04efb74..56be4a89c5d 100644 --- a/databases/phpldapadmin/Makefile +++ b/databases/phpldapadmin/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2006/06/08 15:31:08 rillig Exp $ +# $NetBSD: Makefile,v 1.25 2006/11/18 21:46:44 ghen Exp $ DISTNAME= phpldapadmin-${VERSION} CATEGORIES= databases www -PKGREVISION= 3 +PKGREVISION= 4 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=phpldapadmin/} MAINTAINER= rasputnik@hellooperator.net @@ -14,11 +14,6 @@ COMMENT= Set of PHP-scripts to administer an LDAP directory over the WWW DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.1.2:../../databases/php-ldap DEPENDS+= ${PHP_PKG_PREFIX}-gettext>=4.1.2:../../devel/php-gettext -.if ${PKG_PHP_VERSION} == "4" -DEPENDS+= ${PHP_PKG_PREFIX}-domxml>=4.1.2:../../textproc/php4-domxml -.elif ${PKG_PHP_VERSION} == "5" -DEPENDS+= ${PHP_PKG_PREFIX}-dom-[0-9]*:../../textproc/php5-dom -.endif VERSION= 0.9.8.3 NO_BUILD= YES -- cgit v1.2.3