aboutsummaryrefslogtreecommitdiffstats
path: root/www/horde4-base/Makefile
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2007-12-22 04:22:39 +0800
committerbeech <beech@FreeBSD.org>2007-12-22 04:22:39 +0800
commit82e5b6ca62c7a12fd8f2a19cefd9bb65bf3e436d (patch)
tree2ab87b55a50f4002be513802211d5679480253fb /www/horde4-base/Makefile
parent3208f4a4591b2bf0a361fc4cd8f2d2811ec52112 (diff)
downloadfreebsd-ports-gnome-82e5b6ca62c7a12fd8f2a19cefd9bb65bf3e436d.tar.gz
freebsd-ports-gnome-82e5b6ca62c7a12fd8f2a19cefd9bb65bf3e436d.tar.zst
freebsd-ports-gnome-82e5b6ca62c7a12fd8f2a19cefd9bb65bf3e436d.zip
- Make NLS patch conditional.
- "isspace" bug is fixed in 7.x up. - Bump portrevision. Approved by: linimon (mentor)
Diffstat (limited to 'www/horde4-base/Makefile')
-rw-r--r--www/horde4-base/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile
index e30bbd29cb56..9ba6670aac32 100644
--- a/www/horde4-base/Makefile
+++ b/www/horde4-base/Makefile
@@ -8,7 +8,7 @@
PORTNAME= horde
DISTVERSIONPREFIX=
DISTVERSION= 3.1.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= www
PKGNAMEPREFIX=
PKGNAMESUFFIX= -base
@@ -199,6 +199,10 @@ PORTDOCS= README CHANGES CODING_STANDARDS CONTRIBUTING CREDITS HACKING INSTALL \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-lib_Horde_NLS.php
+.endif
+
.if ${PHP_VER} == 5
USE_PHP+= dom
.else