diff options
author | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
commit | 2a64d11744e98b858a68221ebdb694303902a188 (patch) | |
tree | c2445ac9ed500e6da9beb6d9491ef9b64f99c673 /games | |
parent | 38b69bf45012acf034f61e46b686ff72ddfc0be5 (diff) | |
download | freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.gz freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.zst freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.zip |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
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 478b67b55a12..963deace8661 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnome-games PORTVERSION= 2.22.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the GNOME 2 Desktop Environment -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile \ ggzmod.5:${PORTSDIR}/games/ggz-client-libs USE_BZIP2= yes diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index 6f6eeee09eb3..f9ba86eef069 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -7,14 +7,14 @@ PORTNAME= gnurobots PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU diversion wherein Scheme-coded robots explore a world -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile USE_XORG= x11 xpm USE_GNOME= gnometarget glib20 diff --git a/games/trackballs/Makefile b/games/trackballs/Makefile index 0c00c980df49..095a29226682 100644 --- a/games/trackballs/Makefile +++ b/games/trackballs/Makefile @@ -7,14 +7,14 @@ PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF MAINTAINER= ganael.laplanche@martymac.com COMMENT= SDL-based Marble Madness clone -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_GL= gl |