diff options
author | hq <hq@FreeBSD.org> | 2005-07-07 00:00:42 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-07-07 00:00:42 +0800 |
commit | e07e4727ac2c5b325bf4c5984c4721122e817d43 (patch) | |
tree | 15c6062188e6d64f76d561d09eebb368083e185a /www/apache-forrest | |
parent | 24aafa0ff078f4cf9cc1b1dc4a8c8d75c3e4625c (diff) | |
download | freebsd-ports-gnome-e07e4727ac2c5b325bf4c5984c4721122e817d43.tar.gz freebsd-ports-gnome-e07e4727ac2c5b325bf4c5984c4721122e817d43.tar.zst freebsd-ports-gnome-e07e4727ac2c5b325bf4c5984c4721122e817d43.zip |
Update to bsd.java.mk 2.0
Diffstat (limited to 'www/apache-forrest')
-rw-r--r-- | www/apache-forrest/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache-forrest/Makefile b/www/apache-forrest/Makefile index 41a55e309d49..86efba063b16 100644 --- a/www/apache-forrest/Makefile +++ b/www/apache-forrest/Makefile @@ -19,7 +19,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= nivit@users.sourceforge.net COMMENT= A tool for rapid development of small sites -USE_JAVA= 1.4+ +USE_JAVA= yes +JAVA_VERSION= 1.4+ USE_REINPLACE= Yes REPLACE_FILES= ${WRKSRC}/bin/forrest ${WRKSRC}/tools/ant/bin/ant |