diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
commit | 1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (patch) | |
tree | aba890b3ec1e40031b28d4758c9d11e88d6b0713 /games/gnurobots | |
parent | 11b729ede3a1605656fc675e0ccb6be86b9c130b (diff) | |
download | ports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.tar.gz ports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.zip |
Chase libguile shared lib version.
Notes
Notes:
svn path=/head/; revision=208243
Diffstat (limited to 'games/gnurobots')
-rw-r--r-- | games/gnurobots/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index d867ebf38d4d..40d3b6f1c28d 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnurobots PORTVERSION= 1.0D -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gnurobots @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= gnurobots MAINTAINER= ports@FreeBSD.org COMMENT= GNU diversion wherein Scheme-coded robots explore a world -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes USE_XPM= yes |