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/emacs-snapshot | |
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/emacs-snapshot')
-rw-r--r-- | editors/emacs-snapshot/Makefile | 4 | ||||
-rw-r--r-- | editors/emacs-snapshot/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs-snapshot/Makefile b/editors/emacs-snapshot/Makefile index b4ea060b74b..78852bd7bba 100644 --- a/editors/emacs-snapshot/Makefile +++ b/editors/emacs-snapshot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2014/05/16 07:59:34 tron Exp $ +# $NetBSD: Makefile,v 1.53 2014/05/31 15:56:26 wiz Exp $ -PKGREVISION= 5 +PKGREVISION= 6 CONFLICTS+= emacs${_EMACS_VERSION_MAJOR}-nox11-[0-9]* .include "../../editors/emacs-snapshot/Makefile.common" diff --git a/editors/emacs-snapshot/options.mk b/editors/emacs-snapshot/options.mk index 8c11f638a6f..40e3bffe1ac 100644 --- a/editors/emacs-snapshot/options.mk +++ b/editors/emacs-snapshot/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.8 2013/02/12 04:47:31 minskim Exp $ +# $NetBSD: options.mk,v 1.9 2014/05/31 15:56:26 wiz Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.emacs @@ -88,7 +88,7 @@ CONFIGURE_ARGS+= --with-png .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" -.include "../../mk/giflib.buildlink3.mk" +.include "../../graphics/giflib/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../x11/libSM/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" |