diff options
Diffstat (limited to 'games/gnomegames/Makefile')
-rw-r--r-- | games/gnomegames/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 8c2c6695cbd3..0277bd5449db 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -1,19 +1,22 @@ # New ports collection makefile for: gnomegames -# Version required: 0.99.1 +# Version required: 0.99.3 # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.8 1999/01/05 12:49:16 vanilla Exp $ +# $Id: Makefile,v 1.9 1999/01/12 16:50:34 vanilla Exp $ # -DISTNAME= gnome-games-0.99.1 -PKGNAME= gnomegames-0.99.1 +DISTNAME= gnome-games-0.99.3 +PKGNAME= gnomegames-0.99.3 CATEGORIES= games -MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ - ftp://ftp.gnome.org/pub/GNOME/sources/ +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/latest/ \ + ftp://ftp.geo.net/pub/gnome/sources/latest/ \ + ftp://gnomeftp.wgn.net/pub/gnome/sources/latest/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/latest/ MAINTAINER= nacai@iname.com +RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore LIB_DEPENDS= gnome.1:${PORTSDIR}/x11/gnomelibs \ guile.4:${PORTSDIR}/lang/guile |