diff options
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 6 | ||||
-rw-r--r-- | www/horde-base/files/extra-patch-lib_Horde_NLS.php (renamed from www/horde-base/files/patch-lib_Horde_NLS.php) | 0 |
2 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 diff --git a/www/horde-base/files/patch-lib_Horde_NLS.php b/www/horde-base/files/extra-patch-lib_Horde_NLS.php index 4404276773d0..4404276773d0 100644 --- a/www/horde-base/files/patch-lib_Horde_NLS.php +++ b/www/horde-base/files/extra-patch-lib_Horde_NLS.php |