diff options
author | flathill <flathill@FreeBSD.org> | 1998-12-06 00:32:32 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-12-06 00:32:32 +0800 |
commit | b299ac7ecd1a6fdcaa41f5d597ba41d945c6bc0d (patch) | |
tree | 48bf91134b9e139ae44040ff6dedfcd3148edde5 /graphics/Makefile | |
parent | 9c7a8ed557350f7c83dfec24a005afbdc59be8a6 (diff) | |
download | freebsd-ports-gnome-b299ac7ecd1a6fdcaa41f5d597ba41d945c6bc0d.tar.gz freebsd-ports-gnome-b299ac7ecd1a6fdcaa41f5d597ba41d945c6bc0d.tar.zst freebsd-ports-gnome-b299ac7ecd1a6fdcaa41f5d597ba41d945c6bc0d.zip |
Add SUBDIR += gifsicle
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 c90993e3d727..f01b5d2e72ab 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.101 1998/11/21 19:59:20 steve Exp $ +# $Id: Makefile,v 1.102 1998/12/01 21:04:58 billf Exp $ # SUBDIR += 4va @@ -23,6 +23,7 @@ SUBDIR += gfont SUBDIR += giflib SUBDIR += gifmerge + SUBDIR += gifsicle SUBDIR += giftool SUBDIR += giftrans SUBDIR += gimp-manual-html |