diff options
author | nivit <nivit@FreeBSD.org> | 2009-03-13 07:09:01 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2009-03-13 07:09:01 +0800 |
commit | 2950800a81d4fd62ec24f542f6fbc58f345f4d2a (patch) | |
tree | 248c7dfa163610c462af8b245b1a38f6975b6522 /www/apache-forrest | |
parent | abb04680ebb33c214cdcff1aa6ab0c3038d2cafc (diff) | |
download | freebsd-ports-gnome-2950800a81d4fd62ec24f542f6fbc58f345f4d2a.tar.gz freebsd-ports-gnome-2950800a81d4fd62ec24f542f6fbc58f345f4d2a.tar.zst freebsd-ports-gnome-2950800a81d4fd62ec24f542f6fbc58f345f4d2a.zip |
- Set JAVA_VERSION to 1.4 1.5 instead of 1.4+, because the program doesn't run with Java 6
- Bump PORTREVISION
Diffstat (limited to 'www/apache-forrest')
-rw-r--r-- | www/apache-forrest/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache-forrest/Makefile b/www/apache-forrest/Makefile index 267ac6f1f449..fb8a36ab72b9 100644 --- a/www/apache-forrest/Makefile +++ b/www/apache-forrest/Makefile @@ -6,7 +6,7 @@ PORTNAME= apache-forrest PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www java MASTER_SITES= ${MASTER_SITE_APACHE} \ http://mirror.tomato.it/apache/forrest/ \ @@ -20,7 +20,7 @@ MAINTAINER= nivit@FreeBSD.org COMMENT= A tool for rapid development of small sites USE_JAVA= yes -JAVA_VERSION= 1.4+ +JAVA_VERSION= 1.4 1.5 REPLACE_FILES= ${WRKSRC}/bin/forrest ${WRKSRC}/tools/ant/bin/ant |