diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-01-22 16:04:11 +0000 |
commit | 13c0f276050af12993dbcdf0f2c276d70b2ad751 (patch) | |
tree | cb8ac7f48c174332248e1467018137acf40d1173 /games | |
parent | - Update to 1.8.6 (diff) |
- Chase lang/guile shlib bump
Diffstat (limited to 'games')
-rw-r--r-- | games/fmars/Makefile | 2 | ||||
-rw-r--r-- | games/gnome-games/Makefile | 3 | ||||
-rw-r--r-- | games/gnurobots/Makefile | 3 | ||||
-rw-r--r-- | games/trackballs/Makefile | 4 |
4 files changed, 7 insertions, 5 deletions
diff --git a/games/fmars/Makefile b/games/fmars/Makefile index 7a376e1a51cb..26b6aae03663 100644 --- a/games/fmars/Makefile +++ b/games/fmars/Makefile @@ -7,7 +7,7 @@ PORTNAME= fmars PORTVERSION= 0.0.207 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://users.v-lo.krakow.pl/~michal/ diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 52aff79458e3..e946144a495a 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome-games PORTVERSION= 2.24.3 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the GNOME 2 Desktop Environment -LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ ggzmod.5:${PORTSDIR}/games/ggz-client-libs USE_BZIP2= yes diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index 4496438f2a88..9480f40c1f67 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -7,13 +7,14 @@ PORTNAME= gnurobots PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU diversion wherein Scheme-coded robots explore a world -LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile USE_GNOME= gnometarget vte GNU_CONFIGURE= yes diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 2509b298ce0f..4ad22c65d371 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -7,14 +7,14 @@ PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ganael.laplanche@martymac.com COMMENT= SDL-based Marble Madness clone -LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GL= gl |