diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-27 05:54:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-27 05:54:58 +0000 |
commit | a4d115126e61a0734d1ea16fab9b9ba9fb472229 (patch) | |
tree | 25a620b478100cc3ce54b50949d87cdc608105c9 /x11 | |
parent | e3d957df8308cfae87c65854a3b1cacf5d3ef176 (diff) | |
download | pkgsrc-a4d115126e61a0734d1ea16fab9b9ba9fb472229.tar.gz |
Revert previous, bump PKGREVISION.
adwaita-icon-themese depends on gtk3, so gtk3 can not depend on it.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gtk3/Makefile b/x11/gtk3/Makefile index 679fe50304b..3fbf375ee6f 100644 --- a/x11/gtk3/Makefile +++ b/x11/gtk3/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.78 2016/05/26 14:25:22 khorben Exp $ +# $NetBSD: Makefile,v 1.79 2016/05/27 05:54:58 wiz Exp $ DISTNAME= gtk+-3.20.3 PKGNAME= ${DISTNAME:S/gtk/gtk3/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz @@ -19,7 +19,6 @@ 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 |