diff options
author | mharo <mharo@FreeBSD.org> | 1999-09-03 05:07:26 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-09-03 05:07:26 +0000 |
commit | 9099bcafab080cc7444c7b61fefa84a6e32d8cfe (patch) | |
tree | df6ad21e259c9577cc5a101ed7f8231774885c38 /graphics/tgd | |
parent | be28607febe8706152d2ee300b7157fe30c97373 (diff) | |
download | FreeBSD-ports-9099bcafab080cc7444c7b61fefa84a6e32d8cfe.zip FreeBSD-ports-9099bcafab080cc7444c7b61fefa84a6e32d8cfe.tar.gz |
mark as broken due to gd changes. this should also help out UCD as they
didn't like the traffic this port generated. moved UCD to backup mastersite.
Diffstat (limited to 'graphics/tgd')
-rw-r--r-- | graphics/tgd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/tgd/Makefile b/graphics/tgd/Makefile index 5da8e15..5d308dd 100644 --- a/graphics/tgd/Makefile +++ b/graphics/tgd/Makefile @@ -9,13 +9,15 @@ DISTNAME= tgd1.2c PKGNAME= tgd-1.2c CATEGORIES= graphics -MASTER_SITES= ftp://dendrome.ucdavis.edu/pub/tgd/ \ - ftp://probe.nalusda.gov/pub/treegenes/ +MASTER_SITES= ftp://probe.nalusda.gov/pub/treegenes/ \ + ftp://dendrome.ucdavis.edu/pub/tgd/ MAINTAINER= mharo@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd +BROKEN= gd changes + ALL_TARGET= tgd DOCS= README arc.gif cap.gif char.gif fill.gif fontdemo \ fontdemo.gif gd.html gifcap.pl helloworld.gif \ |