summaryrefslogtreecommitdiff
path: root/math/qalculate/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-09-06 12:17:17 +0000
committerasau <asau@pkgsrc.org>2009-09-06 12:17:17 +0000
commita112580b2c18dbb9cb4b5c31769d7c4e67fd310a (patch)
treef0810f0c1139885f96ad6c44058f4e091c670d7d /math/qalculate/Makefile
parent34edb1daf1646b0b7ff3f1faed9d5728cc5659de (diff)
downloadpkgsrc-a112580b2c18dbb9cb4b5c31769d7c4e67fd310a.tar.gz
Fix breakage after CLN update.
Diffstat (limited to 'math/qalculate/Makefile')
-rw-r--r--math/qalculate/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile
index 4a8dbff40a1..f34320a5a7c 100644
--- a/math/qalculate/Makefile
+++ b/math/qalculate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2009/05/25 15:10:28 drochner Exp $
+# $NetBSD: Makefile,v 1.33 2009/09/06 12:17:17 asau Exp $
DISTNAME= libqalculate-0.9.6
PKGNAME= qalculate-0.9.6
@@ -30,7 +30,7 @@ SUBST_STAGE.pthread= post-patch
PTHREAD_AUTO_VARS= yes
pre-configure:
- cd ${WRKSRC}; autoconf
+ ${RUN} cd ${WRKSRC}; autoconf
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"