aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsylvio <sylvio@FreeBSD.org>2010-05-09 08:19:18 +0800
committersylvio <sylvio@FreeBSD.org>2010-05-09 08:19:18 +0800
commit8d9f698f3832c5a0c38edc048d8d4ae5f26c6a93 (patch)
tree8d40f7cb593c87155e3f5a9595b3cf3a9c9c3db7 /www
parent5499bd1718761d55e986813686f6790ced056332 (diff)
downloadfreebsd-ports-gnome-8d9f698f3832c5a0c38edc048d8d4ae5f26c6a93.tar.gz
freebsd-ports-gnome-8d9f698f3832c5a0c38edc048d8d4ae5f26c6a93.tar.zst
freebsd-ports-gnome-8d9f698f3832c5a0c38edc048d8d4ae5f26c6a93.zip
- Fix problem with new lang/php52 port.
PR: ports/146300 Submitted by: Daniel Bye <dan@slightlystrange.org>
Diffstat (limited to 'www')
-rw-r--r--www/horde-base/Makefile4
-rw-r--r--www/horde4-base/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile
index 47e45ccb4bd4..4a62e2e4f129 100644
--- a/www/horde-base/Makefile
+++ b/www/horde-base/Makefile
@@ -7,8 +7,8 @@
PORTNAME= horde
PORTVERSION= 3.3.6
-PORTREVISION= 1
DISTVERSIONPREFIX=
+PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX=
PKGNAMESUFFIX= -base
@@ -202,7 +202,7 @@ PORTDOCS= README CHANGES CODING_STANDARDS CONTRIBUTING CREDITS HACKING INSTALL \
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-lib_Horde_NLS.php
.endif
-.if ${PHP_VER} == 5
+.if ${PHP_VER} >= 5
USE_PHP+= dom
.else
USE_PHP+= domxml
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile
index 47e45ccb4bd4..4a62e2e4f129 100644
--- a/www/horde4-base/Makefile
+++ b/www/horde4-base/Makefile
@@ -7,8 +7,8 @@
PORTNAME= horde
PORTVERSION= 3.3.6
-PORTREVISION= 1
DISTVERSIONPREFIX=
+PORTREVISION= 1
CATEGORIES= www
PKGNAMEPREFIX=
PKGNAMESUFFIX= -base
@@ -202,7 +202,7 @@ PORTDOCS= README CHANGES CODING_STANDARDS CONTRIBUTING CREDITS HACKING INSTALL \
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-lib_Horde_NLS.php
.endif
-.if ${PHP_VER} == 5
+.if ${PHP_VER} >= 5
USE_PHP+= dom
.else
USE_PHP+= domxml