summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2009-11-26 12:01:10 +0000
committerKoop Mast <kwm@FreeBSD.org>2009-11-26 12:01:10 +0000
commit451ecfa48090ad99ae32aa3fb4f9bbca63850e8c (patch)
treeb08f06ddc62925b4a2eb10f56053b5d9a9821eec
parentUpdate to 1.07 (diff)
Unbreak libgda4-jdbc. Specify a list of jdk's we want instead of just using USE_JAVA=yes.
Diable-jdk doesn't come with header files, which are needed for this port.
Notes
Notes: svn path=/head/; revision=244766
-rw-r--r--databases/libgda4/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile
index 9a968005fac1..398034321596 100644
--- a/databases/libgda4/Makefile
+++ b/databases/libgda4/Makefile
@@ -107,8 +107,7 @@ CONFIGURE_ARGS+= --without-odbc
.endif
.if ${LIBGDA4_SLAVE}=="jdbc"
-USE_JAVA= yes
-BROKEN= does not configure
+USE_JAVA= bsdjava openjdk
.else
CONFIGURE_ARGS+= --without-java
.endif