summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-12-28 13:31:37 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-12-28 13:31:37 +0000
commit9ef214f7a297c1893ac01aef3163a4bb75aca0cc (patch)
tree3f3348fa37835d7eabfaceafc49a2922dfc9f1d8
parent205ad17db897b8180f7c4fd4f7bfd3d02d766c23 (diff)
downloadpkgsrc-9ef214f7a297c1893ac01aef3163a4bb75aca0cc.tar.gz
Add dependency on adwaita-icon-theme if using gtk3. Fixes PR pkg/50268.
Bump pkgrevision.
-rw-r--r--editors/emacs24/Makefile4
-rw-r--r--editors/emacs24/options.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/editors/emacs24/Makefile b/editors/emacs24/Makefile
index 2277ea70813..3a1afd8a62c 100644
--- a/editors/emacs24/Makefile
+++ b/editors/emacs24/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.42 2015/11/18 14:19:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2015/12/28 13:31:37 bsiegert Exp $
CONFLICTS+= emacs24-nox11-[0-9]*
-PKGREVISION= 7
+PKGREVISION= 8
.include "../../editors/emacs24/Makefile.common"
.include "options.mk"
diff --git a/editors/emacs24/options.mk b/editors/emacs24/options.mk
index 5c77c7e6d40..ea9200703b6 100644
--- a/editors/emacs24/options.mk
+++ b/editors/emacs24/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2014/05/31 15:56:26 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2015/12/28 13:31:37 bsiegert Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.emacs
PKG_SUPPORTED_OPTIONS= dbus xft2 svg xml gnutls
@@ -105,6 +105,7 @@ CONFIGURE_ARGS+= --without-xft --without-otf --without-m17n-flt
. if !empty(PKG_OPTIONS:Mgtk3)
USE_TOOLS+= pkg-config
.include "../../x11/gtk3/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
CONFIGURE_ARGS+= --with-x-toolkit=gtk3
###