diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-19 08:42:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-19 08:42:44 +0000 |
commit | 0eb6b3ed9b45a8724c59895eb8080823c4af7bce (patch) | |
tree | dc369422b71da8dcf1a8a89cc3e7479ea4c5b821 /graphics/Makefile | |
parent | 1847390175bbe5ba0506f821deff0d9077534b11 (diff) | |
download | ports-0eb6b3ed9b45a8724c59895eb8080823c4af7bce.tar.gz ports-0eb6b3ed9b45a8724c59895eb8080823c4af7bce.zip |
Add giblib 1.0.1, a utility library that incorporates doubly linked lists,
some string functions, and a wrapper for Imlib2.
PR: 22797
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=36091
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 2d2bd207ee3a..e2d41d8d2923 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -47,6 +47,7 @@ SUBDIR += geist SUBDIR += geomview SUBDIR += gfont + SUBDIR += giblib SUBDIR += gif2png SUBDIR += gifmerge SUBDIR += gifsicle |