diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-03-19 06:35:34 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-03-19 06:35:34 +0000 |
commit | 503cc7c2192b60d57c6a04e8c47f84ed84b23768 (patch) | |
tree | e4c83eb8bb2a23cb3a34c9639145929c5d39a8cb /graphics/Makefile | |
parent | 0d77c3b570a387371e9fea00299c041ccde8aa0d (diff) |
Add py-graphviz 0.1, python interface to GraphViz agraph.
PR: 33159
Submitted by: Hye-Shik Chang <perky@fallin.lv>
Notes
Notes:
svn path=/head/; revision=56323
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5f96fadc03a8..f641fe2e94af 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -255,6 +255,7 @@ SUBDIR += py-exif SUBDIR += py-gd SUBDIR += py-gdchart + SUBDIR += py-graphviz SUBDIR += py-imaging SUBDIR += py-imaging-handbook SUBDIR += py-ming |