diff options
author | asami <asami@FreeBSD.org> | 1999-01-07 20:12:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-07 20:12:40 +0800 |
commit | cc06d8ad64ba1be8a18cd53e8c2cf44edca7dda1 (patch) | |
tree | c1c2b38f395a2b9e5c2b0cd3d4503b2f302f0e3a /graphics | |
parent | 7e974ce3e469e00704aadc5285a3a4324ce64d57 (diff) | |
download | freebsd-ports-gnome-cc06d8ad64ba1be8a18cd53e8c2cf44edca7dda1.tar.gz freebsd-ports-gnome-cc06d8ad64ba1be8a18cd53e8c2cf44edca7dda1.tar.zst freebsd-ports-gnome-cc06d8ad64ba1be8a18cd53e8c2cf44edca7dda1.zip |
Add GIFgraph.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6a34cc7cf9df..e1a158070c6e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.109 1998/12/27 03:28:13 billf Exp $ +# $Id: Makefile,v 1.110 1999/01/07 12:05:26 asami Exp $ # SUBDIR += 4va SUBDIR += Cgraph SUBDIR += EZWGL + SUBDIR += GIFgraph SUBDIR += ImageMagick SUBDIR += Mesa3 SUBDIR += aalib |