aboutsummaryrefslogtreecommitdiff
path: root/games/textmaze
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-06-06 10:43:19 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-06-06 10:43:19 +0000
commitb554d9cafd67c1b243ee457b4a23c268881cb993 (patch)
treed618e64411f49c40ee9e2c7e4bf46529bc83dbc4 /games/textmaze
parentacc0cc54568bef4949728712cc28639851152ae4 (diff)
downloadports-b554d9cafd67c1b243ee457b4a23c268881cb993.tar.gz
ports-b554d9cafd67c1b243ee457b4a23c268881cb993.zip
Get rid of ${SITE_PERL} in *_DEPENDS
Submitted by: az
Notes
Notes: svn path=/head/; revision=298572
Diffstat (limited to 'games/textmaze')
-rw-r--r--games/textmaze/Makefile2
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