diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-14 09:18:40 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-14 09:18:40 +0000 |
commit | 29e982a396c52d9052a57b734aa20b077b526848 (patch) | |
tree | db0a65b9509650182824b3a0a74015c728b435d4 /games/gnome-games/Makefile | |
parent | 25202026d47500e8500b712eec2191f1e3ec42ab (diff) | |
download | ports-29e982a396c52d9052a57b734aa20b077b526848.tar.gz ports-29e982a396c52d9052a57b734aa20b077b526848.zip |
Notes
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index dd442d5bf23c..ed1dc286681c 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: gnomegames -# Version required: 1.0.2 +# Version required: 1.0.51 # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ # -DISTNAME= gnome-games-1.0.2 -PKGNAME= gnomegames-1.0.2 +DISTNAME= gnome-games-1.0.51 +PKGNAME= gnomegames-1.0.51 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games -MAINTAINER= nacai@iname.com +MAINTAINER= nakai@FreeBSD.org BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore |