aboutsummaryrefslogtreecommitdiff
path: root/databases/libgda4
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-12-19 13:04:29 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-12-19 13:04:29 +0000
commitde17ac3c56cfcf305561051832b6ac5bed621b71 (patch)
treef6d61baa405eb7eb51b3d086ce19949d7498c3e5 /databases/libgda4
parent49efbac1af42fc04a87227134eecf39cedf4f209 (diff)
downloadports-de17ac3c56cfcf305561051832b6ac5bed621b71.tar.gz
ports-de17ac3c56cfcf305561051832b6ac5bed621b71.zip
- Mark libgda4-jdbc BROKEN on 6.x
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=246237
Diffstat (limited to 'databases/libgda4')
-rw-r--r--databases/libgda4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile
index 73aef321c048..4ed8d905d9f5 100644
--- a/databases/libgda4/Makefile
+++ b/databases/libgda4/Makefile
@@ -109,6 +109,9 @@ CONFIGURE_ARGS+= --without-odbc
.if ${LIBGDA4_SLAVE}=="jdbc"
USE_JAVA= yes
JAVA_VENDOR= bsdjava openjdk
+.if ${OSVERSION} < 700000
+BROKEN= does not configure on 6.x
+.endif
.else
CONFIGURE_ARGS+= --without-java
.endif