diff options
author | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-07-21 12:49:09 +0800 |
commit | 2a64d11744e98b858a68221ebdb694303902a188 (patch) | |
tree | c2445ac9ed500e6da9beb6d9491ef9b64f99c673 /games/gnurobots | |
parent | 38b69bf45012acf034f61e46b686ff72ddfc0be5 (diff) | |
download | freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.gz freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.tar.zst freebsd-ports-gnome-2a64d11744e98b858a68221ebdb694303902a188.zip |
- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION
PR: ports/125435
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 6f6eeee09eb3..f9ba86eef069 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -7,14 +7,14 @@ PORTNAME= gnurobots PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU diversion wherein Scheme-coded robots explore a world -LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile USE_XORG= x11 xpm USE_GNOME= gnometarget glib20 |