diff options
author | beech <beech@FreeBSD.org> | 2007-12-22 04:22:39 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-12-22 04:22:39 +0800 |
commit | 82e5b6ca62c7a12fd8f2a19cefd9bb65bf3e436d (patch) | |
tree | 2ab87b55a50f4002be513802211d5679480253fb /www/horde4-base/Makefile | |
parent | 3208f4a4591b2bf0a361fc4cd8f2d2811ec52112 (diff) | |
download | freebsd-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/Makefile | 6 |
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 |