diff options
author | tron <tron> | 2001-08-27 14:35:04 +0000 |
---|---|---|
committer | tron <tron> | 2001-08-27 14:35:04 +0000 |
commit | 4061ec7224b48a9c9ea7215a40f74e878bdd3c88 (patch) | |
tree | 7c17d7303ac7c9f39a4bf93764bc326af20f142a /games/gnome-games | |
parent | b9a67fb560e9fe290e034cad7c815bb57c6c2ca1 (diff) | |
download | pkgsrc-4061ec7224b48a9c9ea7215a40f74e878bdd3c88.tar.gz |
Use wildcard dependence on "autoconf" package.
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 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". |