diff options
author | dillo <dillo@pkgsrc.org> | 2002-10-02 19:02:34 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2002-10-02 19:02:34 +0000 |
commit | 82886141539634106adb069dc0b6e5ca8f485c7b (patch) | |
tree | 0d2acc63ac819064d8f46a860d19794a12e00399 /games | |
parent | 9ebd5c8b3c7ece73a80530cf49ed1d706abe57fa (diff) | |
download | pkgsrc-82886141539634106adb069dc0b6e5ca8f485c7b.tar.gz |
use automake.mk
Diffstat (limited to 'games')
-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 ffe603d1b48..1a6378dc33f 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/09/23 10:33:29 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2002/10/02 19:02:34 dillo Exp $ # DISTNAME= xracer-0.96.9 @@ -9,7 +9,6 @@ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://xracer.annexia.org/ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout -BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_MSGFMT= # defined USE_BUILDLINK2= # defined @@ -22,9 +21,10 @@ USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= # defined +AUTOMAKE_REQD= 1.4 pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/automake --gnu --no-force && ${LOCALBASE}/bin/autoconf + cd ${WRKSRC} && ${AUTOMAKE} --gnu --no-force && ${AUTOCONF} pre-patch: .for perlfile in blender2track/xracer-blender2track.pl \ @@ -42,5 +42,5 @@ pre-patch: .include "../../devel/gettext-lib/buildlink2.mk" .include "../../graphics/Mesa/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" - +.include "../../mk/automake.mk" .include "../../mk/bsd.pkg.mk" |