From 9ef214f7a297c1893ac01aef3163a4bb75aca0cc Mon Sep 17 00:00:00 2001 From: bsiegert Date: Mon, 28 Dec 2015 13:31:37 +0000 Subject: Add dependency on adwaita-icon-theme if using gtk3. Fixes PR pkg/50268. Bump pkgrevision. --- editors/emacs24/Makefile | 4 ++-- editors/emacs24/options.mk | 3 ++- 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 ### -- cgit v1.2.3