diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-09 22:25:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-09 22:25:23 +0000 |
commit | 1ee9a786337083cd60bf8512f33cd9613f13820e (patch) | |
tree | 1506608f3f27e53eb6db336d797d219409e59dab /x11/gtk3 | |
parent | abdcfd0d96c8023b3f68deee619b4870d47bd860 (diff) | |
download | pkgsrc-1ee9a786337083cd60bf8512f33cd9613f13820e.tar.gz |
Remove adwaita-icon-theme dependency, that package depends on gtk3.
Bump PKGREVISION.
Diffstat (limited to 'x11/gtk3')
-rw-r--r-- | x11/gtk3/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 9ea72bdcb55..fa444b478f4 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.57 2015/01/09 11:29:37 obache Exp $ +# $NetBSD: Makefile,v 1.58 2015/01/09 22:25:23 wiz Exp $ DISTNAME= gtk+-3.14.5 PKGNAME= ${DISTNAME:S/gtk/gtk3/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/${PKGVERSION_NOREV:R}/ \ ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} @@ -13,8 +13,6 @@ 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++ |