forked from Lainports/freebsd-ports
Disable Jikes support.
Submitted by: Andriy Gapon <avg@FreeBSD.org>
This commit is contained in:
parent
45ab3998d9
commit
ecce4e12a3
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ SVN_BUILD_BINDINGS=yes
|
|||
|
||||
.include "${MASTERDIR}/Makefile.common"
|
||||
|
||||
CONFIGURE_ARGS+= --enable-javahl --with-jdk=${JAVA_HOME}
|
||||
CONFIGURE_ARGS+= --enable-javahl --with-jdk=${JAVA_HOME} --with-jikes=no
|
||||
|
||||
do-build:
|
||||
@${MKDIR} ${WRKSRC}/subversion/bindings/java/javahl/classes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue