diff options
author | erwin <erwin@FreeBSD.org> | 2010-12-16 18:29:40 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-12-16 18:29:40 +0800 |
commit | b1a787832056e451e1f4b6cd3f1c956db2a81503 (patch) | |
tree | 18209f9930a8d91bcc5dfe51da23c783fc073f8e /databases | |
parent | 3160be5302691cca0e030501da4021b4953c2a70 (diff) | |
download | freebsd-ports-gnome-b1a787832056e451e1f4b6cd3f1c956db2a81503.tar.gz freebsd-ports-gnome-b1a787832056e451e1f4b6cd3f1c956db2a81503.tar.zst freebsd-ports-gnome-b1a787832056e451e1f4b6cd3f1c956db2a81503.zip |
This port never worked, mark BROKEN.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/hypertable/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/hypertable/Makefile b/databases/hypertable/Makefile index 0e38ab002a1f..28f57287549d 100644 --- a/databases/hypertable/Makefile +++ b/databases/hypertable/Makefile @@ -26,6 +26,8 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ BUILD_DEPENDS= ${RUN_DEPENDS} \ ant:${PORTSDIR}/devel/apache-ant +BROKEN= does not build + OPTIONS= TCMALLOC "Use Tcmalloc" on \ HOARD "Use Hoard" off \ PYTHONLIBS "Add Python binding" off \ |