summaryrefslogtreecommitdiff
path: root/editors/emacs24
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-05-31 15:56:26 +0000
committerwiz <wiz@pkgsrc.org>2014-05-31 15:56:26 +0000
commit9279177e57cc15407565813a5494d4ab69884108 (patch)
treec486917512ae39520b306c206df4396abb1a4e0e /editors/emacs24
parentdbd3db58dda4943add823ff3296e681cea42ee17 (diff)
downloadpkgsrc-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')
-rw-r--r--editors/emacs24/Makefile4
-rw-r--r--editors/emacs24/options.mk4
2 files changed, 4 insertions, 4 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"
diff --git a/editors/emacs24/options.mk b/editors/emacs24/options.mk
index 0c5b1aa1edb..5c77c7e6d40 100644
--- a/editors/emacs24/options.mk
+++ b/editors/emacs24/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2014/02/07 08:56:52 obache Exp $
+# $NetBSD: options.mk,v 1.5 2014/05/31 15:56:26 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= dbus xft2 svg xml gnutls
@@ -81,7 +81,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"