diff options
-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 90089f079..96d3f347d 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.168 2008/02/12 04:38:26 marcus Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.169 2008/02/26 01:28:33 mezz Exp $ # PORTNAME= gnome-games PORTVERSION= 2.21.92 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -16,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the GNOME 2 Desktop Environment -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile \ +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile \ ggzmod.5:${PORTSDIR}/games/ggz-client-libs USE_BZIP2= yes |