summaryrefslogtreecommitdiff
path: root/devel/libsigc++2
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-13 16:54:12 +0000
committerjlam <jlam>2005-05-13 16:54:12 +0000
commit2b2e8ae41aca7f1f9d5c0864d01a7881191fbef4 (patch)
tree09358c9b56b5ef21125dd37e06ff067184b2bd90 /devel/libsigc++2
parent0d5e8d0f5ed009ad8f3c98d71fb831183dd843a3 (diff)
downloadpkgsrc-2b2e8ae41aca7f1f9d5c0864d01a7881191fbef4.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"