diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
commit | 46b556be1c5e78a30a7e153cc9096e9ff3fd084a (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /math/algotutor | |
parent | fed77d64811993002799efa97b0032ef9a95edc6 (diff) |
Notes
Diffstat (limited to 'math/algotutor')
-rw-r--r-- | math/algotutor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index 0466d1d3ce3a..0193b0082ae1 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -13,7 +13,7 @@ COMMENT= Interactive tutorial for algorithms and data structures BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5_BUILD=yes +USE_PERL5= build NO_BUILD= yes MAN1= algotutor.1 gen_at_graph.1 @@ -23,7 +23,7 @@ LIBFILES= BST.pm Board.pm Collection.pm Configurable.pm DCEdge.pm \ RecCanvas.pm RecDialog.pm TreeNode.pm Vector.pm Vector2.pm \ Vector3.pm Vertex.pm basic.pl utilalgo -USES= shebangfix +USES= shebangfix perl5 SHEBANG_FILES= algotutor post-patch: |