diff options
author | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-05 09:00:54 +0000 |
commit | f2d262e0bef754371e35855c069d92d11d7759bb (patch) | |
tree | 2c1d493d315c86d062bda624e834a3d6f66707c0 /games/xracer | |
parent | 338eba73e20d12e6e7ee7489e26135aaeaef3369 (diff) | |
download | pkgsrc-f2d262e0bef754371e35855c069d92d11d7759bb.tar.gz |
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
Diffstat (limited to 'games/xracer')
-rw-r--r-- | games/xracer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |