diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-11 01:22:48 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-11 01:22:48 +0800 |
commit | eb011e7afc46aa4e81961e8729b60f425a8fd4c8 (patch) | |
tree | 1756abcf018219b210eeb6b63d6167ca80824ae8 /graphics/Makefile | |
parent | 47049ad4130970b6227f949b333abd0697425670 (diff) | |
download | freebsd-ports-gnome-eb011e7afc46aa4e81961e8729b60f425a8fd4c8.tar.gz freebsd-ports-gnome-eb011e7afc46aa4e81961e8729b60f425a8fd4c8.tar.zst freebsd-ports-gnome-eb011e7afc46aa4e81961e8729b60f425a8fd4c8.zip |
Add uDrawGraph, a graph drawing/visualization system
PR: 86949
Submitted by: Nicola Vitale <nivit@email.it>
Approved by: novel (mentor),
Mattias Werner <mawe@informatik.uni-bremen.de> (author)
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 22dedb8c4bd6..1a4b2ab5f4b1 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -562,6 +562,7 @@ SUBDIR += togl SUBDIR += truevision SUBDIR += tulip + SUBDIR += uDrawGraph SUBDIR += urt SUBDIR += utah-glx SUBDIR += vcg |