From d7c8b1fa10b34a40a53b1408feb605c6a3739ef0 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 18 Feb 2017 23:16:26 +0000 Subject: Run configure only once. Deal with Gnome 3.22. --- graphics/arc-theme/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'graphics/arc-theme') 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" -- cgit v1.2.3