diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-28 15:51:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-28 15:51:46 +0800 |
commit | 15254aa2ea13949edfac5d2f596269722be3fa6b (patch) | |
tree | 31421ba590c15fb0c0ea79fc4ea49e69bb48a338 | |
parent | f1d520a671c91555e6f424e4d0bd0c23cedd3daf (diff) | |
download | freebsd-ports-gnome-15254aa2ea13949edfac5d2f596269722be3fa6b.tar.gz freebsd-ports-gnome-15254aa2ea13949edfac5d2f596269722be3fa6b.tar.zst freebsd-ports-gnome-15254aa2ea13949edfac5d2f596269722be3fa6b.zip |
Mark as broken: fails to fetch.
-rw-r--r-- | java/dbvis/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index 2a3581cb2edd..962edbf5baa1 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -14,6 +14,10 @@ DISTNAME= dbvis_unix_${PORTVERSION:S/./_/g} MAINTAINER= contact@toha.org.ua COMMENT= DbVisualizer database tool +BROKEN= fails to fetch +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE= 2007-11-27 + USE_JAVA= yes JAVA_VERSION= 1.5+ NO_BUILD= yes |