diff options
author | jlam <jlam> | 2001-11-29 19:46:10 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-11-29 19:46:10 +0000 |
commit | a3eec1444d01a90b320e18b776269681fd28ae27 (patch) | |
tree | 84fae42eff07ce703dc96dece7cdb9f95f7dbf81 /games/gnome-games | |
parent | 2255b4096fbc051633cb6ae2bc815233c05ee4bc (diff) | |
download | pkgsrc-a3eec1444d01a90b320e18b776269681fd28ae27.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/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |