diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-13 16:54:12 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-13 16:54:12 +0000 |
commit | cd4f3767d35df83e0b3b556d80ae04d7c71d4078 (patch) | |
tree | 09358c9b56b5ef21125dd37e06ff067184b2bd90 /devel/libsigc++2 | |
parent | a00d2e4fdf2f80ccbae51a60207d1f085e25b27f (diff) | |
download | pkgsrc-cd4f3767d35df83e0b3b556d80ae04d7c71d4078.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/Makefile | 4 |
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" |