diff options
author | tron <tron> | 2000-05-09 22:00:05 +0000 |
---|---|---|
committer | tron <tron> | 2000-05-09 22:00:05 +0000 |
commit | f917581ff6a7315d530582063f1e6168429fc282 (patch) | |
tree | c6be71dd5f7a987444678583d0f86305ea3ba27b /games/gnome-games | |
parent | 9025846efa71dcd1d27ea1145bbd326a27745e4d (diff) | |
download | pkgsrc-f917581ff6a7315d530582063f1e6168429fc282.tar.gz |
Add a note why we need an explicit dependence on "guile".
Diffstat (limited to 'games/gnome-games')
-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 ab383c15cc6..b4e54e48046 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/05/09 20:07:15 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2000/05/09 22:00:05 tron 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 +# Required for ports which don't build "libgtop". DEPENDS+= guile-[0-9]*:../../lang/guile DEPENDS+= xbill-*:../../games/xbill |