diff options
author | obache <obache@pkgsrc.org> | 2015-01-09 11:29:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2015-01-09 11:29:37 +0000 |
commit | 961d2a57860eb3fcc38d6a495480f772675a19a4 (patch) | |
tree | 2a9ce272780ba347317ea70705850a69c0dc809e /x11 | |
parent | 67a9a093636e1ce86e1a586333cc85738a8658f3 (diff) | |
download | pkgsrc-961d2a57860eb3fcc38d6a495480f772675a19a4.tar.gz |
Since GTK>=3.14, Adwaita is the default theme, so add dependency on it.
PR pkg/49494.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk3/Makefile | 5 |
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++ |