summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2017-02-18 23:16:26 +0000
committerjoerg <joerg@pkgsrc.org>2017-02-18 23:16:26 +0000
commitd7c8b1fa10b34a40a53b1408feb605c6a3739ef0 (patch)
tree8f4963473bc0cdf678615560f1ce5ba7bb623b1e
parent55008f113090194fce90a528ab45644503d4c30d (diff)
downloadpkgsrc-d7c8b1fa10b34a40a53b1408feb605c6a3739ef0.tar.gz
Run configure only once. Deal with Gnome 3.22.
-rw-r--r--graphics/arc-theme/Makefile6
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"