diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-29 19:46:10 +0000 |
commit | 4c38713d7bad9af9588bff4f78232edc9e411542 (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /games | |
parent | bdc33053bdd7bb6de1d25615bcddc846d22acbd6 (diff) | |
download | pkgsrc-4c38713d7bad9af9588bff4f78232edc9e411542.tar.gz |
A dependency on automake implies a dependency on autoconf; there's no need
to list them both when we listing just automake will do.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 3 | ||||
-rw-r--r-- | games/xpuyopuyo/Makefile | 3 | ||||
-rw-r--r-- | games/xracer/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index b4e2048c33e..6901f95595d 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/10/21 16:41:28 mycroft Exp $ +# $NetBSD: Makefile,v 1.33 2001/11/29 19:46:11 jlam Exp $ DISTNAME= gnome-games-1.4.0.3 CATEGORIES= games gnome @@ -9,7 +9,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME games collection -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake # Required for ports which don't build "libgtop". DEPENDS+= guile-[0-9]*:../../lang/guile diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 332f10bbb0a..54b5dee6d5e 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/08/27 14:35:08 tron Exp $ +# $NetBSD: Makefile,v 1.15 2001/11/29 19:46:11 jlam Exp $ DISTNAME= xpuyopuyo-0.9.1 CATEGORIES= games x11 @@ -9,7 +9,6 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://chaos2.org/xpuyopuyo/ COMMENT= Tetris-like puzzle game -BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= libmikmod>=3.1.9:../../audio/libmikmod diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 891a77e66da..886d8058f43 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2001/10/24 22:10:58 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2001/11/29 19:46:11 jlam 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+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_MSGFMT= # defined |