diff options
author | glewis <glewis@FreeBSD.org> | 2004-04-16 01:44:47 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-04-16 01:44:47 +0800 |
commit | 047e2020c81fabea6fec653a6e9f2cfd494c11af (patch) | |
tree | af02073f7216d5729a1d4fad8fea6f29051c9e83 /net/spread-j | |
parent | 30b8f66b7627711998b0037e43f2c150730cdbba (diff) | |
download | freebsd-ports-gnome-047e2020c81fabea6fec653a6e9f2cfd494c11af.tar.gz freebsd-ports-gnome-047e2020c81fabea6fec653a6e9f2cfd494c11af.tar.zst freebsd-ports-gnome-047e2020c81fabea6fec653a6e9f2cfd494c11af.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/spread-j')
-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 |