diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 63e84b1b84449ee2d7305c779da111b57099caf4 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /games/xracer/Makefile | |
parent | d3860910249fb12e019d47196d7d1d1bfb361f20 (diff) | |
download | pkgsrc-63e84b1b84449ee2d7305c779da111b57099caf4.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'games/xracer/Makefile')
-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 b916c00a249..3bc4480e99e 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/07/16 01:19:10 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2005/09/28 20:52:22 rillig Exp $ # DISTNAME= xracer-0.96.9 @@ -10,13 +10,13 @@ MAINTAINER= bsieker@freenet.de HOMEPAGE= http://xracer.annexia.org/ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout -BUILD_USES_MSGFMT= # defined +BUILD_USES_MSGFMT= yes USE_TOOLS+= automake14 gmake perl:run PERL5_PACKLIST= auto/XRacer/.packlist -USE_LIBTOOL= # defined -GNU_CONFIGURE= # defined +USE_LIBTOOL= yes +GNU_CONFIGURE= yes pre-configure: cd ${WRKSRC} && automake --gnu && autoconf |