diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-07-06 16:00:42 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-07-06 16:00:42 +0000 |
commit | 5acf8b81592a72e5c5a9b43fcca93cbbde759e59 (patch) | |
tree | 75a6665c8508140cc7f8e2a4db9dd63ac561e135 /www/apache-forrest/Makefile | |
parent | 2d8945f4b35e0d2bb1698a293d84ed3636b456ce (diff) | |
download | ports-5acf8b81592a72e5c5a9b43fcca93cbbde759e59.tar.gz ports-5acf8b81592a72e5c5a9b43fcca93cbbde759e59.zip |
Notes
Diffstat (limited to 'www/apache-forrest/Makefile')
-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 |