diff options
Diffstat (limited to 'games/textmaze/Makefile')
-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 d57f626326cc..2db206506c21 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}_v${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Generates mazes on a text terminal and lets you traverse them -RUN_DEPENDS= p5-Curses>=0:${PORTSDIR}/devel/p5-Curses +RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses USES= shebangfix perl5 NO_BUILD= yes |