diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2012-06-06 10:43:19 +0000 |
commit | b554d9cafd67c1b243ee457b4a23c268881cb993 (patch) | |
tree | d618e64411f49c40ee9e2c7e4bf46529bc83dbc4 /games | |
parent | acc0cc54568bef4949728712cc28639851152ae4 (diff) | |
download | ports-b554d9cafd67c1b243ee457b4a23c268881cb993.tar.gz ports-b554d9cafd67c1b243ee457b4a23c268881cb993.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/textmaze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index f726dfdc415c..f5dd5c80920d 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generates mazes on a text terminal and lets you traverse them -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Curses.pm:${PORTSDIR}/devel/p5-Curses +RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses USE_PERL5= yes NO_BUILD= yes |