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 /x11 | |
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 'x11')
-rw-r--r-- | x11/qt3-libs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 589ce269261..d80257754c5 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.44 2005/04/12 15:11:18 tv Exp $ +# $NetBSD: Makefile.common,v 1.45 2005/05/13 16:54:13 jlam Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -100,7 +100,7 @@ post-patch: -e 's:@CXXFLAGS@:${CXXFLAGS}:g' \ -e 's:@SYS_LIBS@:${SYS_LIBS}:g' \ -e 's:@LEX@:${LEX}:g' \ - -e 's:@YACC@:${YACC}:g' \ + -e 's:@YACC@:${TOOLS_YACC}:g' \ -e 's:@AR@:${AR}:g' \ -e 's:@MKDIR@:${MKDIR}:g' \ -e 's:@LIBQT@:${LIBQT}:g' \ |