diff options
Diffstat (limited to 'games/gnurobots')
-rw-r--r-- | games/gnurobots/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnurobots/Makefile b/games/gnurobots/Makefile index 4496438f2a88..9480f40c1f67 100644 --- a/games/gnurobots/Makefile +++ b/games/gnurobots/Makefile @@ -7,13 +7,14 @@ PORTNAME= gnurobots PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU diversion wherein Scheme-coded robots explore a world -LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile USE_GNOME= gnometarget vte GNU_CONFIGURE= yes |