1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Use the correct variables for jdk selection.

Submitted by:	pointyhat (via pav)
This commit is contained in:
Koop Mast 2009-11-29 20:29:23 +00:00
parent 1782c5cda2
commit f5de9f306f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244990

View File

@ -107,7 +107,8 @@ CONFIGURE_ARGS+= --without-odbc
.endif
.if ${LIBGDA4_SLAVE}=="jdbc"
USE_JAVA= bsdjava openjdk
USE_JAVA= yes
JAVA_VENDOR= bsdjava openjdk
.else
CONFIGURE_ARGS+= --without-java
.endif