diff options
Diffstat (limited to 'graphics/arc-theme')
-rw-r--r-- | graphics/arc-theme/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/arc-theme/Makefile b/graphics/arc-theme/Makefile index 52b5727d43a..4f03b56eb05 100644 --- a/graphics/arc-theme/Makefile +++ b/graphics/arc-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/02/12 06:25:23 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2017/02/18 23:16:26 joerg Exp $ DISTNAME= arc-theme PKGNAME= arc-theme-20160605 @@ -21,7 +21,9 @@ DEPENDS+= gtk2-engines-murrine-[0-9]*:../../x11/gtk2-engines-murrine DEPENDS+= gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard pre-configure: - cd ${WRKSRC} && ./autogen.sh + ${LN} -s 3.20 ${WRKSRC}/common/gtk-3.0/3.22 + ${LN} -s 3.20 ${WRKSRC}/common/gnome-shell/3.22 + cd ${WRKSRC} && autoreconf --verbose --force --install .include "../../x11/gtk2/buildlink3.mk" .include "../../x11/gtk3/buildlink3.mk" |