diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-11-05 16:58:32 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-11-05 16:58:32 +0000 |
commit | db9575f10c706ad172c618959878e1d438193d26 (patch) | |
tree | 8d726c632aec3018dc9dfec8a93122e5903d8504 /graphics/arc-theme | |
parent | bee9ca00ce7f6e818e8cd71ec15c934efee8d67b (diff) | |
download | pkgsrc-db9575f10c706ad172c618959878e1d438193d26.tar.gz |
Fix build with gtk-3.24.
Bump revision.
Diffstat (limited to 'graphics/arc-theme')
-rw-r--r-- | graphics/arc-theme/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/arc-theme/Makefile b/graphics/arc-theme/Makefile index 271f8e394cd..c1fb6ce9401 100644 --- a/graphics/arc-theme/Makefile +++ b/graphics/arc-theme/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2018/05/13 20:34:45 youri Exp $ +# $NetBSD: Makefile,v 1.11 2018/11/05 16:58:32 bsiegert Exp $ DISTNAME= arc-theme PKGNAME= arc-theme-20170302 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=horst3180/} @@ -22,6 +23,8 @@ DEPENDS+= gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard pre-configure: ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.22 ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.22 + ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.24 + ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.24 cd ${WRKSRC} && autoreconf --verbose --force --install .include "../../x11/gtk2/buildlink3.mk" |