diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 10:57:52 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 10:57:52 +0800 |
commit | 88337a6e03a41011f09a2c267b284ebdda377a16 (patch) | |
tree | dfe52633786cee04de702ed7a8af77ae67905c4b /graphics/graphviz | |
parent | b79149058a05e6f5abb0703eb5e5babc16de3e28 (diff) | |
download | freebsd-ports-gnome-88337a6e03a41011f09a2c267b284ebdda377a16.tar.gz freebsd-ports-gnome-88337a6e03a41011f09a2c267b284ebdda377a16.tar.zst freebsd-ports-gnome-88337a6e03a41011f09a2c267b284ebdda377a16.zip |
Broken: can't fetch.
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index cb6b9f9c7509..e984ad9474da 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Feb 1998 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/08/07 23:56:25 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/26 23:11:01 steve Exp $ # DISTNAME= graphviz_1_21 @@ -14,6 +14,8 @@ EXTRACT_SUFX= .src.unix.tgz MAINTAINER= ports@FreeBSD.ORG +BROKEN= fetch + LIB_DEPENDS= tk42.1:${PORTSDIR}/x11-toolkits/tk42 RESTRICTED= "Can't be fetched without license" |