diff options
author | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
---|---|---|
committer | jlaffaye <jlaffaye@FreeBSD.org> | 2011-07-31 23:07:08 +0800 |
commit | 928f085934e95bc12a55fd2101aa82e249c2be43 (patch) | |
tree | 0a7f35a82bb43698e3659b7e0594c998d053258e /games | |
parent | cbbd4bf213aeea874926a7cd9156489b0f32e578 (diff) | |
download | freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.gz freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.tar.zst freebsd-ports-gnome-928f085934e95bc12a55fd2101aa82e249c2be43.zip |
- Chase guile shared lib bump
- Add an entry to UPDATING
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 | ||||
-rw-r--r-- | games/gnurobots/Makefile | 4 | ||||
-rw-r--r-- | games/trackballs/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index af880a4c176a..aaf749c81a00 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-games PORTVERSION= 2.32.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the GNOME 2 Desktop Environment BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \ clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter RUN_DEPENDS= seed:${PORTSDIR}/devel/seed diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index 0b15e6db14d0..40da7ed28477 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -7,14 +7,14 @@ PORTNAME= gnurobots PORTVERSION= 1.2.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU diversion wherein Scheme-coded robots explore a world -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_GNOME= gnometarget vte GNU_CONFIGURE= yes diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 4167e81bc93e..93b26f63b4ad 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -7,14 +7,14 @@ PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= games MASTER_SITES= SF MAINTAINER= martymac@FreeBSD.org COMMENT= SDL-based Marble Madness clone -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile RUN_DEPENDS= bash:${PORTSDIR}/shells/bash LICENSE= GPLv2 |