diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-27 04:53:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-27 04:53:46 +0000 |
commit | f616d4c2ecfd808e7f79eeff7c17ec76d661edef (patch) | |
tree | bb52dd91dcbe05f6d8c9a6d6404a190c97b84b10 /databases | |
parent | 9a95471c522dfcad67a6f7e935c994c0262a1cdf (diff) |
BROKEN: Does not build
Notes
Notes:
svn path=/head/; revision=186071
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis-jdbc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/postgis-jdbc/Makefile b/databases/postgis-jdbc/Makefile index 49046b61e164..82dec0f8b2bb 100644 --- a/databases/postgis-jdbc/Makefile +++ b/databases/postgis-jdbc/Makefile @@ -16,6 +16,8 @@ COMMENT= PostGIS spatial data structures for JDBC BUILD_DEPENDS= ${JAVALIBDIR}/postgresql.jar:${PORTSDIR}/databases/postgresql-jdbc +BROKEN= Does not build + USE_JAVA= yes JAVA_VERSION= 1.4+ EXAMPLESDIR= ${PREFIX}/share/examples/${PKGBASE} |