diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-09 20:07:15 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-05-09 20:07:15 +0000 |
commit | 9ef2468e107aa6bbd9f41486b9f455ae9fb7e091 (patch) | |
tree | a1e555c78e00871e1aa46c944a0261aa4f72405b | |
parent | 75f26207f2cb21caeb78881834bbc6650622b6cc (diff) | |
download | pkgsrc-9ef2468e107aa6bbd9f41486b9f455ae9fb7e091.tar.gz |
add dependency on guile. This is required for arch's which don't get
guile through devel/libgtop.
This fixes PR pkg/10074.
Thanks to Matthias Scheler <tron@netbsd.org> for the fix.
-rw-r--r-- | games/gnome-games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 367e772960d..ab383c15cc6 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/15 09:58:15 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/05/09 20:07:15 dmcmahill Exp $ DISTNAME= gnome-games-1.0.51 CATEGORIES= games gnome @@ -8,6 +8,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ DEPENDS+= gnome-core-*:../../x11/gnome-core +DEPENDS+= guile-[0-9]*:../../lang/guile DEPENDS+= xbill-*:../../games/xbill GNU_CONFIGURE= yes |