diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-27 16:33:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-10-27 16:33:54 +0000 |
commit | 07808d1190ed0919a54608bb502744a6f42a7e2f (patch) | |
tree | c6e83b7e4907cbd9a2f3b9329f441a4d61ac6a5a /games/gnomegames | |
parent | Add more MASTER_SITES. (diff) |
Change the version number of guile.
Notes
Notes:
svn path=/head/; revision=14214
Diffstat (limited to 'games/gnomegames')
-rw-r--r-- | games/gnomegames/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index ec039078d2e9..a81a35831521 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -3,7 +3,7 @@ # Date created: 03 July 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.2 1998/10/05 06:45:43 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/10 13:22:16 vanilla Exp $ # DISTNAME= gnome-games-0.30 @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= Nakai@technologist.com LIB_DEPENDS= gnome.0:${PORTSDIR}/x11/gnomelibs \ - guile.2:${PORTSDIR}/lang/guile + guile.4:${PORTSDIR}/lang/guile USE_X_PREFIX= yes GNU_CONFIGURE= yes |