diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-04-15 17:44:47 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-04-15 17:44:47 +0000 |
commit | 57adfb83a75100cedf97b83a2358d2b68ba11066 (patch) | |
tree | 43454c1058108eceb7f84afe6de15e1e0eee5436 /net/spread-j/Makefile | |
parent | Create /usr/local/etc/rc.d if it doesn't already exist. (diff) |
. This port explicitly uses jikes during the build, so set USE_JIKES.
I still have problems with the build, but this gets it closer and others
have reported success with it.
Notes
Notes:
svn path=/head/; revision=107137
Diffstat (limited to '')
-rw-r--r-- | net/spread-j/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/spread-j/Makefile b/net/spread-j/Makefile index 387866e35f2a..96636d2c735d 100644 --- a/net/spread-j/Makefile +++ b/net/spread-j/Makefile @@ -17,6 +17,7 @@ COMMENT= Java client library for the Spread Group Communication System BUILD_DEPENDS= ${ANT}:${PORTSDIR}/devel/apache-ant USE_JAVA= 1.2+ +USE_JIKES= yes JAVALIBDIR= ${PREFIX}/share/java/classes PKGMESSAGE= ${WRKSRC}/../license.txt |