diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-02 03:29:26 +0000 |
commit | 6e2c11dcf5f66a0dbf2b9a5a6a201a20dccca65a (patch) | |
tree | c31d0022b011f120521cb2b532c8ec7a9954196c /games | |
parent | Fix build with guile-1.6.4. (diff) |
Chase guile's shared lib version.
Notes
Notes:
svn path=/head/; revision=79982
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 3 | ||||
-rw-r--r-- | games/gnomegames/Makefile | 3 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 3 | ||||
-rw-r--r-- | games/gnurobots/Makefile | 2 |
4 files changed, 7 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index e6fb4598a768..ec75d9666941 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.2 @@ -16,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the Gnome 2.0 Desktop Environment -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 29f213125e24..31e29cd2ae12 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames PORTVERSION= 1.4.0.4 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/1.4 @@ -16,7 +17,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the Gnome Desktop Environment -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index e6fb4598a768..ec75d9666941 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomegames2 PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.2 @@ -16,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the Gnome 2.0 Desktop Environment -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile USE_BZIP2= yes USE_X_PREFIX= yes diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index c4855cb92551..00ac6e21f25e 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= gnurobots MAINTAINER= ports@FreeBSD.org COMMENT= GNU diversion wherein Scheme-coded robots explore a world -LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes USE_XPM= yes |