diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-04 08:40:56 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-04 08:40:56 +0000 |
commit | e5e0bc0933b76dbd5d4fe87e9e302c45996b9930 (patch) | |
tree | 25b7b7c73f352829fd4f3ac89e5e91841b184621 | |
parent | Import graphviz port. graphviz is a graph visualization tool. (diff) |
Activate graphviz.
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 958f2bc4fcc1..4e4fb8cdb6ef 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.60 1998/01/28 20:20:08 jseger Exp $ +# $Id: Makefile,v 1.61 1998/01/29 16:35:17 jseger Exp $ # SUBDIR += ImageMagick @@ -19,6 +19,7 @@ SUBDIR += giftool SUBDIR += giftrans SUBDIR += gimp-devel + SUBDIR += graphviz SUBDIR += hdf SUBDIR += hobbes-icons-xpm SUBDIR += hpscan |