aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-05-09 00:19:18 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-05-09 00:19:18 +0000
commitd1082945957982bd6e2854e8a214ac52240121a3 (patch)
tree2a139a5f27b0156ba50462ed66b62748338f1d26
parent3437b25c5cba168997d999e6d0a4714c9f70a3e2 (diff)
downloadports-d1082945957982bd6e2854e8a214ac52240121a3.tar.gz
ports-d1082945957982bd6e2854e8a214ac52240121a3.zip
- Fix problem with new lang/php52 port.
PR: ports/146300 Submitted by: Daniel Bye <dan@slightlystrange.org>
Notes
Notes: svn path=/head/; revision=253957
-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