diff options
author | pav <pav@FreeBSD.org> | 2004-12-12 06:58:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-12 06:58:17 +0800 |
commit | b8657eea39261068732b4c6b18dff26a6f5a636f (patch) | |
tree | f5c9b25896a37b16ed340e5e0e4ea5faf83f1dc8 /graphics/Makefile | |
parent | bf13404c2da8d6019fa4f73af2440e7ba04ddadf (diff) | |
download | freebsd-ports-graphics-b8657eea39261068732b4c6b18dff26a6f5a636f.tar.gz freebsd-ports-graphics-b8657eea39261068732b4c6b18dff26a6f5a636f.tar.zst freebsd-ports-graphics-b8657eea39261068732b4c6b18dff26a6f5a636f.zip |
Add libggimisc, a libggi extension providing support for a range of hard to
categorize functions.
PR: ports/74825
Submitted by: Antoine Brodin <antoine.brodin@laposte.net>
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 2b4e6467edf..f38efdf658e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -244,6 +244,7 @@ SUBDIR += libfpx SUBDIR += libgdgeda SUBDIR += libggi + SUBDIR += libggimisc SUBDIR += libggiwmh SUBDIR += libglut SUBDIR += libgnomecanvas |