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 | |
parent | 79f3e46d6cabed47dd520694eecf0d5e74ba52c3 (diff) | |
download | freebsd-ports-57adfb83a75100cedf97b83a2358d2b68ba11066.zip |
. 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.
Diffstat (limited to 'net')
-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 |