summaryrefslogtreecommitdiff
path: root/devel/libsigc++2
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-13 16:54:12 +0000
committerjlam <jlam@pkgsrc.org>2005-05-13 16:54:12 +0000
commit3e6f1b9638dbd873211f1dea37e74dd19dfe24cd (patch)
tree09358c9b56b5ef21125dd37e06ff067184b2bd90 /devel/libsigc++2
parent5a823093ea7f67fc32d90df6a929db33a99ce686 (diff)
downloadpkgsrc-3e6f1b9638dbd873211f1dea37e74dd19dfe24cd.tar.gz
Change references to M4 & YACC into TOOLS_M4 & TOOLS_YACC to simplify
transition to new tools framework.
Diffstat (limited to 'devel/libsigc++2')
-rw-r--r--devel/libsigc++2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libsigc++2/Makefile b/devel/libsigc++2/Makefile
index b5a95491e3d..2cb7aa1c027 100644
--- a/devel/libsigc++2/Makefile
+++ b/devel/libsigc++2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/04/18 17:11:47 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/13 16:54:13 jlam Exp $
DISTNAME= libsigc++-2.0.11
PKGNAME= libsigc++2-2.0.11
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= sigc++-2.0.pc.in
-CONFIGURE_ENV+= ac_cv_prog_M4=${M4}
+CONFIGURE_ENV+= ac_cv_prog_M4=${TOOLS_M4:Q}
.include "../../mk/pthread.buildlink3.mk"