diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-02 20:06:11 +0000 |
commit | d480fe70cea0226db3fe9cb6d739bc4bb475c478 (patch) | |
tree | cfe0bfde1f380c8d727e04a3f65994a9293aead4 /games/xracer | |
parent | 34c36c42a262514209b77c7f72852ccb11a9e921 (diff) | |
download | pkgsrc-d480fe70cea0226db3fe9cb6d739bc4bb475c478.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'games/xracer')
-rw-r--r-- | games/xracer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index eec24c9ea49..3fc24692a8b 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:59 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/04/02 20:06:13 wiz Exp $ # DISTNAME= xracer-0.96.9 @@ -11,8 +11,8 @@ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf BUILD_DEPENDS+= automake-1.4:../../devel/automake -DEPENDS+= jpeg-*:../../graphics/jpeg BUILD_USES_MSGFMT= yes +DEPENDS+= jpeg-*:../../graphics/jpeg USE_X11= # defined USE_MESA= # defined |