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 | |
parent | 34c36c42a262514209b77c7f72852ccb11a9e921 (diff) | |
download | pkgsrc-d480fe70cea0226db3fe9cb6d739bc4bb475c478.tar.gz |
Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
Diffstat (limited to 'games')
-rw-r--r-- | games/baduki/Makefile | 3 | ||||
-rw-r--r-- | games/freeciv-client-gtk/Makefile | 3 | ||||
-rw-r--r-- | games/xracer/Makefile | 4 |
3 files changed, 4 insertions, 6 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile index c490dfb2cfe..28382297626 100644 --- a/games/baduki/Makefile +++ b/games/baduki/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/03/27 03:19:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.17 2001/04/02 20:06:13 wiz Exp $ DISTNAME= baduki-0.2.9 CATEGORIES= games @@ -9,7 +9,6 @@ HOMEPAGE= http://soback.kornet21.net/~artist/baduk/baduki.html COMMENT= Go playing program based on xamigo BUILD_USES_MSGFMT= yes - DEPENDS+= gtk+-1.2.*:../../x11/gtk USE_X11= yes diff --git a/games/freeciv-client-gtk/Makefile b/games/freeciv-client-gtk/Makefile index 4523617a08b..2f85d7c6629 100644 --- a/games/freeciv-client-gtk/Makefile +++ b/games/freeciv-client-gtk/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2001/03/27 03:19:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2001/04/02 20:06:13 wiz Exp $ PKGNAME= ${DISTNAME:S/-/-client-gtk-/} COMMENT= Freeciv client with GTK+ interface BUILD_USES_MSGFMT= yes - DEPENDS+= freeciv-share-${FC_VERS}:../../games/freeciv-share DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-*:../../graphics/imlib 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 |