summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authorkhorben <khorben>2016-05-26 14:25:22 +0000
committerkhorben <khorben>2016-05-26 14:25:22 +0000
commit00a228f1bbb072d7457f70b7fb4cf7e1d5487c4c (patch)
treef1275e6e130b9a71d43259e0fca4ba39198d38e1 /x11/gtk3
parent9a248f64819ba6421ac05dcbe54ad48a8c86b8d8 (diff)
downloadpkgsrc-00a228f1bbb072d7457f70b7fb4cf7e1d5487c4c.tar.gz
Register dependency on graphics/adwaita-icon-theme
This fixes missing icons in applications using Gtk+ 3. Bumps PKGREVISION.
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index 72c9a1c208f..679fe50304b 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.77 2016/04/24 10:48:06 wiz Exp $
+# $NetBSD: Makefile,v 1.78 2016/05/26 14:25:22 khorben Exp $
DISTNAME= gtk+-3.20.3
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
+PKGREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
@@ -18,6 +19,7 @@ USE_LIBTOOL= yes
PTHREAD_AUTO_VARS= yes
BUILD_DEPENDS+= gdbus-codegen-[0-9]*:../../devel/gdbus-codegen
TOOL_DEPENDS+= gettext-tools>=0.19.4nb1:../../devel/gettext-tools
+DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme
# There is no logic in gettext.mk to detect the native version of xgettext,
# and we do need it to be compiled with Glade support.
_TOOLS_USE_PKGSRC.xgettext=yes