diff options
Diffstat (limited to 'math/algotutor/Makefile')
-rw-r--r-- | math/algotutor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index b92310e1d7b4..a4bd9098bcd0 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -16,7 +16,7 @@ MAINTAINER= kevlo@FreeBSD.org COMMENT= An interactive tutorial for algorithms and data structures BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5_BUILD=yes NO_BUILD= yes |