diff options
author | hubertf <hubertf> | 1999-12-10 00:07:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-12-10 00:07:25 +0000 |
commit | b005d4a5cbe30859d96483942d8ebeaf5a52c67f (patch) | |
tree | 812ff06b664e89b029bc8784f4e00f1b0664f328 /graphics/Makefile | |
parent | 73b1c07e4ac759f43689d8eef4ce79972d03bec0 (diff) | |
download | pkgsrc-b005d4a5cbe30859d96483942d8ebeaf5a52c67f.tar.gz |
add & enable gif320
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 d40144e8137..d36567e0780 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 1999/12/07 20:00:17 rh Exp $ +# $NetBSD: Makefile,v 1.69 1999/12/10 00:07:25 hubertf Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -27,6 +27,7 @@ SUBDIR += get_ds7 # SUBDIR += gfont SUBDIR += gif2png + SUBDIR += gif320 SUBDIR += giflib # SUBDIR += gifmerge # SUBDIR += giftool |