diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
commit | 46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6 (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 /games/xracer | |
parent | 4098571c142a5138bd2050f5de264cb566152287 (diff) | |
download | pkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'games/xracer')
-rw-r--r-- | games/xracer/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 9e7d66ecd39..3ec0a7965d4 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/02/05 09:00:58 tron Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/06 03:16:57 fredb Exp $ # DISTNAME= xracer-0.96.9 @@ -8,7 +8,7 @@ MASTER_SITES= http://xracer.annexia.org/files/ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://xracer.annexia.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../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} && ${LOCALBASE}/bin/autoconf && ${LOCALBASE}/bin/automake --gnu --no-force + cd ${WRKSRC} && ${LOCALBASE}/bin/automake --gnu --no-force && ${LOCALBASE}/bin/autoconf pre-patch: .for perlfile in blender2track/xracer-blender2track.pl \ |