diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-02-12 02:22:10 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1999-02-12 02:22:10 +0000 |
commit | 9ebd135b4abd609f9bbfd1ba9ef75f5eb39f2a0a (patch) | |
tree | b05ecd27f4d70c7a5e504d92cddf67066fd74ea2 /graphics/gifsicle | |
parent | 832702b9e2f516b3c92735da6644bab3651482c4 (diff) |
Update to 1.11.1.
And add MASTER_SITES.
Now this can build.
Notes
Notes:
svn path=/head/; revision=16634
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index d2af96a188b8..ced00f4fb423 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -3,12 +3,13 @@ # Date created: 19 December 1998 # Whom: Brad Hendrickse <bradh@iafrica.com> # -# $Id$ +# $Id: Makefile,v 1.2 1998/12/23 01:35:36 steve Exp $ # -DISTNAME= gifsicle-1.9.1 +DISTNAME= gifsicle-1.11.1 CATEGORIES= graphics -MASTER_SITES= http://www.lcdf.org/gifsicle/ +MASTER_SITES= http://www.lcdf.org/gifsicle/ \ + http://www.freebsd.org/~flathill/distfiles/ MAINTAINER= bradh@iafrica.com |