diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-21 13:20:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-21 13:20:23 +0800 |
commit | 1c7e89a2aef2c64a0eda8b12316672ffc708132f (patch) | |
tree | 7f4d9d52cca61736a3765ba1d69c55152fb93875 /games | |
parent | bf6b329e43b6105fd4afed3805bed74e6526f467 (diff) | |
download | marcuscom-ports-1c7e89a2aef2c64a0eda8b12316672ffc708132f.tar marcuscom-ports-1c7e89a2aef2c64a0eda8b12316672ffc708132f.tar.gz marcuscom-ports-1c7e89a2aef2c64a0eda8b12316672ffc708132f.tar.bz2 marcuscom-ports-1c7e89a2aef2c64a0eda8b12316672ffc708132f.tar.lz marcuscom-ports-1c7e89a2aef2c64a0eda8b12316672ffc708132f.tar.xz marcuscom-ports-1c7e89a2aef2c64a0eda8b12316672ffc708132f.tar.zst marcuscom-ports-1c7e89a2aef2c64a0eda8b12316672ffc708132f.zip |
Sync with FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11124 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 3675b7d57..4b0168db2 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.176 2008/06/08 17:57:35 marcus Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.177 2008/06/17 19:07:44 marcus Exp $ # PORTNAME= gnome-games PORTVERSION= 2.23.4 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -15,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 |