aboutsummaryrefslogtreecommitdiff
path: root/www/horde-base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/horde-base/Makefile')
-rw-r--r--www/horde-base/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile
index e30bbd29cb56..9ba6670aac32 100644
--- a/www/horde-base/Makefile
+++ b/www/horde-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