diff options
author | hubertf <hubertf> | 1999-12-10 00:07:25 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-12-10 00:07:25 +0000 |
commit | 3e9918e3a1c0260c3c79abc3f6f3895387852841 (patch) | |
tree | 812ff06b664e89b029bc8784f4e00f1b0664f328 /graphics | |
parent | b2251e2b6263f5f3a0e8c1432306b426c8478fc4 (diff) | |
download | pkgsrc-3e9918e3a1c0260c3c79abc3f6f3895387852841.tar.gz |
add & enable gif320
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 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 |