diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /games/gnome-games | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) |
Notes
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |