diff options
author | tron <tron> | 2000-11-27 14:17:53 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-27 14:17:53 +0000 |
commit | 52b7ba28c5b4b4bcc2816679102f7ddb012ca6b1 (patch) | |
tree | 2f88ab8d65b1c9c9cc4fef133861652f7847253c /games | |
parent | c3032d1daaa1d4c67095492a66767050d9e7c1c3 (diff) | |
download | pkgsrc-52b7ba28c5b4b4bcc2816679102f7ddb012ca6b1.tar.gz |
Ooops, forgot to remove dependence on "xbill" package.
Diffstat (limited to '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 71f7d617a50..83fe3432d8e 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/11/27 14:15:59 tron Exp $ +# $NetBSD: Makefile,v 1.17 2000/11/27 14:17:53 tron Exp $ DISTNAME= gnome-games-1.2.0 CATEGORIES= games gnome @@ -13,7 +13,6 @@ BUILD_DEPENDS+= gettextize:../../devel/gettext DEPENDS+= gnome-core-*:../../x11/gnome-core # Required for ports which don't build "libgtop". DEPENDS+= guile-[0-9]*:../../lang/guile -DEPENDS+= xbill-*:../../games/xbill CONFLICTS= xbill-* |