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 /editors/emacs24/Makefile | |
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 'editors/emacs24/Makefile')
-rw-r--r-- | editors/emacs24/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile index bd286504d6c..acce2ee6541 100644 --- a/editors/emacs24/Makefile +++ b/editors/emacs24/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2014/05/16 07:59:34 tron Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/31 15:56:26 wiz Exp $ CONFLICTS+= emacs24-nox11-[0-9]* -PKGREVISION= 12 +PKGREVISION= 13 .include "../../editors/emacs24/Makefile.common" |