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 /emulators/vice | |
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 'emulators/vice')
-rw-r--r-- | emulators/vice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 5f7b4a8103e..fed871ec8af 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.114 2014/05/25 09:27:38 obache Exp $ +# $NetBSD: Makefile,v 1.115 2014/05/31 15:56:26 wiz Exp $ DISTNAME= vice-2.4 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vice-emu/} MASTER_SITES+= ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/ @@ -53,6 +53,6 @@ CPPFLAGS+= -DHAVE_STDINT_H .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" -.include "../../mk/giflib.buildlink3.mk" +.include "../../graphics/giflib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |