diff options
author | adam <adam@pkgsrc.org> | 2013-09-14 09:13:26 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-09-14 09:13:26 +0000 |
commit | 4993b67bd00616e7333b02aaaa54d02189c3f8f3 (patch) | |
tree | f5a9bb2b66c493a688dd404d5e153d5f6f1ee2e5 /graphics/gifsicle/Makefile | |
parent | 77d04b6928ff52597c51faad4acd3a33e393c932 (diff) | |
download | pkgsrc-4993b67bd00616e7333b02aaaa54d02189c3f8f3.tar.gz |
Changes 1.71:
* Avoid rounding errors in '--resize'.
* Report error when '-I' is combined with '-b'.
* Frame selections also apply in batch mode.
Diffstat (limited to 'graphics/gifsicle/Makefile')
-rw-r--r-- | graphics/gifsicle/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 4f92cb15d96..ca5f9311ec9 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -1,20 +1,16 @@ -# $NetBSD: Makefile,v 1.15 2012/10/06 14:10:52 asau Exp $ -# +# $NetBSD: Makefile,v 1.16 2013/09/14 09:13:26 adam Exp $ -DISTNAME= gifsicle-1.41 -PKGREVISION= 1 +DISTNAME= gifsicle-1.71 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/~eddietwo/gifsicle/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.lcdf.org/~eddietwo/gifsicle/ COMMENT= Create, edit, and inspect GIFs from shell +LICENSE= gnu-gpl-v2 -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes -BUILDLINK_DEPMETHOD.libXt?= build +.include "options.mk" -.include "../../x11/libSM/buildlink3.mk" -.include "../../x11/libX11/buildlink3.mk" -.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |