diff options
author | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-27 14:35:04 +0000 |
commit | a68a277b43e5634f08282aba07a130b923be1b72 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /games | |
parent | 8acc4797c26eba4fe23ae4f445f0f82bde5e7d2e (diff) | |
download | pkgsrc-a68a277b43e5634f08282aba07a130b923be1b72.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/quake6/Makefile | 4 | ||||
-rw-r--r-- | games/xpuyopuyo/Makefile | 4 | ||||
-rw-r--r-- | games/xracer/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index f82f4f034aa..01c820dedc4 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/08/26 10:32:20 skrll Exp $ +# $NetBSD: Makefile,v 1.27 2001/08/27 14:35:08 tron Exp $ DISTNAME= gnome-games-1.4.0.2 CATEGORIES= games gnome @@ -8,7 +8,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ COMMENT= GNOME games collection -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core # Required for ports which don't build "libgtop". diff --git a/games/quake6/Makefile b/games/quake6/Makefile index 95147638abe..0d3f22da638 100644 --- a/games/quake6/Makefile +++ b/games/quake6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2001/03/27 03:19:57 hubertf Exp $ +# $NetBSD: Makefile,v 1.13 2001/08/27 14:35:08 tron Exp $ DISTNAME= quake-v6-bsd-kame PKGNAME= quake6-0.0 @@ -14,7 +14,7 @@ HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml COMMENT= Quake over IPv6 DEPENDS= quakedata-*:../../games/quakedata -BUILD_DEPENDS= autoconf-2.13:../../devel/autoconf +BUILD_DEPENDS= autoconf>=2.13:../../devel/autoconf WRKSRC= ${WRKDIR}/quakeforge diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index e38fc528cdd..332f10bbb0a 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/08/26 10:32:20 skrll Exp $ +# $NetBSD: Makefile,v 1.14 2001/08/27 14:35:08 tron Exp $ DISTNAME= xpuyopuyo-0.9.1 CATEGORIES= games x11 @@ -9,7 +9,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://chaos2.org/xpuyopuyo/ COMMENT= Tetris-like puzzle game -BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf +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 d50a8e1b36f..2be969c7aee 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/08/26 10:32:21 skrll Exp $ +# $NetBSD: Makefile,v 1.17 2001/08/27 14:35:09 tron Exp $ # DISTNAME= xracer-0.96.9 @@ -9,7 +9,7 @@ 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+= autoconf>=2.13:../../devel/autoconf BUILD_DEPENDS+= automake>=1.4:../../devel/automake BUILD_USES_MSGFMT= yes |