summaryrefslogtreecommitdiff
path: root/editors/emacs23
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/emacs23
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/emacs23')
-rw-r--r--editors/emacs23/Makefile4
-rw-r--r--editors/emacs23/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 9ced7894ce6..c6862970d0e 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 2014/05/16 07:59:34 tron Exp $
+# $NetBSD: Makefile,v 1.15 2014/05/31 15:56:26 wiz Exp $
CONFLICTS+= emacs23-nox11-[0-9]*
.include "../../editors/emacs23/Makefile.common"
-PKGREVISION= 25
+PKGREVISION= 26
.include "options.mk"
diff --git a/editors/emacs23/options.mk b/editors/emacs23/options.mk
index cd0ea1d0f85..c64b7d4718c 100644
--- a/editors/emacs23/options.mk
+++ b/editors/emacs23/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2013/02/17 04:59:42 dholland Exp $
+# $NetBSD: options.mk,v 1.2 2014/05/31 15:56:26 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
@@ -61,7 +61,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"