From f2d262e0bef754371e35855c069d92d11d7759bb Mon Sep 17 00:00:00 2001 From: tron Date: Mon, 5 Feb 2001 09:00:54 +0000 Subject: Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski. --- games/xracer/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/xracer') diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 361c443357d..9e7d66ecd39 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/01/04 16:59:05 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:58 tron Exp $ # DISTNAME= xracer-0.96.9 @@ -8,8 +8,8 @@ MASTER_SITES= http://xracer.annexia.org/files/ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://xracer.annexia.org/ -BUILD_DEPENDS+= autoreconf:../../devel/autoconf -BUILD_DEPENDS+= automake:../../devel/automake +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake DEPENDS+= jpeg-*:../../graphics/jpeg BUILD_DEPENDS+= msgfmt:../../devel/gettext @@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${X11BASE}/include pre-configure: - cd ${WRKSRC} && autoconf && automake --gnu --no-force + cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake --gnu --no-force pre-patch: .for perlfile in blender2track/xracer-blender2track.pl \ -- cgit v1.2.3