summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-13 16:54:12 +0000
committerjlam <jlam>2005-05-13 16:54:12 +0000
commit0c272be600f6032d15ff638092c502f24570f824 (patch)
tree09358c9b56b5ef21125dd37e06ff067184b2bd90 /x11
parent45f364fa8833a462de6a384528e005dc22280510 (diff)
downloadpkgsrc-0c272be600f6032d15ff638092c502f24570f824.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.common4
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' \