diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-18 04:09:35 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-18 04:09:35 +0800 |
commit | 6e0e6a09fcea9db92887c8931dece9803986b548 (patch) | |
tree | 8817b1c8ceddb379c5bb9c016a23611bf0a7829e /games | |
parent | 5bc2507b367ffe95cc357e9f96a32e9e61ba3847 (diff) | |
download | marcuscom-ports-6e0e6a09fcea9db92887c8931dece9803986b548.tar.gz marcuscom-ports-6e0e6a09fcea9db92887c8931dece9803986b548.tar.zst marcuscom-ports-6e0e6a09fcea9db92887c8931dece9803986b548.zip |
Chase guile bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16121 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 6 | ||||
-rw-r--r-- | games/gnome-games3/Makefile | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 5b64a5d0c..ac65066eb 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.236 2011/05/01 23:44:47 mezz Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.237 2011/06/30 04:23:56 mezz Exp $ # 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/gnome-games3/Makefile b/games/gnome-games3/Makefile index 0ab335666..7e492caac 100644 --- a/games/gnome-games3/Makefile +++ b/games/gnome-games3/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games3/Makefile,v 1.14 2011/06/10 22:59:03 mezz Exp $ +# $MCom: ports/games/gnome-games3/Makefile,v 1.15 2011/06/30 04:23:56 mezz Exp $ # PORTNAME= gnome-games PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -17,7 +18,7 @@ COMMENT= The game applications package for the GNOME 3 Desktop Environment BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ valac:${PORTSDIR}/lang/vala -LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3 \ dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ |