diff options
author | tg <tg@FreeBSD.org> | 1997-02-13 22:58:38 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-02-13 22:58:38 +0800 |
commit | 5de37546b9c9128f02cf9cc3425777886f511200 (patch) | |
tree | e4edb468d143e511a76fe6aee36483c87e8aae67 /graphics/Makefile | |
parent | a680ecc631446d7080f11c3c3e86a245540ce840 (diff) | |
download | freebsd-ports-graphics-5de37546b9c9128f02cf9cc3425777886f511200.tar.gz freebsd-ports-graphics-5de37546b9c9128f02cf9cc3425777886f511200.tar.zst freebsd-ports-graphics-5de37546b9c9128f02cf9cc3425777886f511200.zip |
Activate gd.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index e96abb5c1a9..d431297a76b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.38 1997/01/11 11:50:54 asami Exp $ +# $Id: Makefile,v 1.39 1997/01/12 05:55:00 max Exp $ # SUBDIR += ImageMagick @@ -6,6 +6,7 @@ SUBDIR += aero SUBDIR += dore SUBDIR += geomview + SUBDIR += gd SUBDIR += gifmerge SUBDIR += giftool SUBDIR += giftrans |