diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-19 13:04:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-19 13:04:29 +0000 |
commit | de17ac3c56cfcf305561051832b6ac5bed621b71 (patch) | |
tree | f6d61baa405eb7eb51b3d086ce19949d7498c3e5 /databases/libgda4 | |
parent | 49efbac1af42fc04a87227134eecf39cedf4f209 (diff) | |
download | ports-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/Makefile | 3 |
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 |