diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-31 15:56:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-31 15:56:26 +0000 |
commit | 9279177e57cc15407565813a5494d4ab69884108 (patch) | |
tree | c486917512ae39520b306c206df4396abb1a4e0e /print/img2eps | |
parent | dbd3db58dda4943add823ff3296e681cea42ee17 (diff) | |
download | pkgsrc-9279177e57cc15407565813a5494d4ab69884108.tar.gz |
libungif is not relevant any longer since the GIF relevant patents
expired (about 10 years ago).
Unconditionally switch to libgif.
As discussed on tech-pkg without dissent.
Bump PKGREVISION.
Diffstat (limited to 'print/img2eps')
-rw-r--r-- | print/img2eps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/img2eps/Makefile b/print/img2eps/Makefile index 4d1d83ed725..753f7f06eb1 100644 --- a/print/img2eps/Makefile +++ b/print/img2eps/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.32 2014/05/25 09:26:31 obache Exp $ +# $NetBSD: Makefile,v 1.33 2014/05/31 15:56:28 wiz Exp $ # DISTNAME= img2eps-0.2 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= print graphics MASTER_SITES= http://www.nih.at/img2eps/ @@ -21,7 +21,7 @@ LDFLAGS.SunOS+= -lm .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/libexif/buildlink3.mk" -.include "../../mk/giflib.buildlink3.mk" +.include "../../graphics/giflib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |