summaryrefslogtreecommitdiff
path: root/x11/gtk3
diff options
context:
space:
mode:
authorobache <obache>2015-01-09 11:29:37 +0000
committerobache <obache>2015-01-09 11:29:37 +0000
commit69d8bba6d0ac31b256bf1fa7cbef8cc10ce4312a (patch)
tree2a9ce272780ba347317ea70705850a69c0dc809e /x11/gtk3
parentd2f4cb40fd409f6b7b3d21f9df3d5ef7a1d6c716 (diff)
downloadpkgsrc-69d8bba6d0ac31b256bf1fa7cbef8cc10ce4312a.tar.gz
Since GTK>=3.14, Adwaita is the default theme, so add dependency on it.
PR pkg/49494.
Diffstat (limited to 'x11/gtk3')
-rw-r--r--x11/gtk3/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile
index 47cab65a73d..9ea72bdcb55 100644
--- a/x11/gtk3/Makefile
+++ b/x11/gtk3/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.56 2014/11/11 00:58:05 prlw1 Exp $
+# $NetBSD: Makefile,v 1.57 2015/01/09 11:29:37 obache Exp $
DISTNAME= gtk+-3.14.5
PKGNAME= ${DISTNAME:S/gtk/gtk3/}
+PKGREVISION= 1
CATEGORIES= x11 gnome
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/${PKGVERSION_NOREV:R}/ \
${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}
@@ -12,6 +13,8 @@ HOMEPAGE= http://www.gtk.org/
COMMENT= GIMP Toolkit v3 - libraries for building X11 user interfaces
LICENSE= gnu-lgpl-v2.1
+DEPENDS+= adwaita-icon-theme-[0-9]*:../../graphics/adwaita-icon-theme
+
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt perl pkg-config bash
USE_LANGUAGES= c c++