summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2003-09-01 12:37:14 +0000
committertron <tron>2003-09-01 12:37:14 +0000
commitaa3802158fc8166cbd5729190f5b4a0b897b3993 (patch)
treee065601a36924c3189a83ea09356828d8fea0c9e
parent048d244c8a3aa8e5b0514e6ac6eae11f0329095e (diff)
downloadpkgsrc-aa3802158fc8166cbd5729190f5b4a0b897b3993.tar.gz
Fix dependences broken by update of PHP to version 4.3.3.
-rw-r--r--databases/phpmyadmin/Makefile5
-rw-r--r--www/horde/Makefile8
2 files changed, 4 insertions, 9 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index 6af0e261bf9..1c9cc7472ce 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/09/01 11:24:31 tron Exp $
+# $NetBSD: Makefile,v 1.13 2003/09/01 12:37:14 tron Exp $
DISTNAME= phpMyAdmin-${DIST_VERSION}-php
PKGNAME= phpmyadmin-2.3.3.1
@@ -12,8 +12,7 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/phpmyadmin/
COMMENT= Set of PHP-scripts to adminstrate MySQL over the WWW
-DEPENDS+= php-mysql>=4.0.5:../../databases/php4-mysql
-DEPENDS+= php-pcre>=4.0.5:../../devel/php4-pcre
+DEPENDS+= php-mysql>=4.3.3:../../databases/php4-mysql
PLIST_SUBST+= CP="${CP}" DIST_VERSION=${DIST_VERSION} \
PMCONFFILE=${PMCONFFILE} TEST="${TEST}"
diff --git a/www/horde/Makefile b/www/horde/Makefile
index c5d45677d96..5c2b23fcf22 100644
--- a/www/horde/Makefile
+++ b/www/horde/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2003/08/16 21:08:40 bouyer Exp $
+# $NetBSD: Makefile,v 1.25 2003/09/01 12:37:14 tron Exp $
DISTNAME= horde-2.2.4-RC1
PKGNAME= horde-2.2.4rc1
@@ -10,11 +10,7 @@ MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.horde.org/
COMMENT= PHP application framework
-DEPENDS+= php>4.0.0:../../www/php4
-DEPENDS+= php-pcre>4.0.0:../../devel/php4-pcre
-DEPENDS+= php-session>4.0.0:../../devel/php4-session
-DEPENDS+= php-gettext>4.0.0:../../devel/php4-gettext
-DEPENDS+= php-xml>4.0.0:../../textproc/php4-xml
+DEPENDS+= php-gettext>=4.3.3:../../devel/php4-gettext
DOCDIR= ${PREFIX}/share/doc/horde
EGDIR= ${PREFIX}/share/examples/horde