diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 03:46:20 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 03:46:20 +0800 |
commit | cc55dae22fef7e8b3db1bd92cd5b1fdf58144977 (patch) | |
tree | 2c6ee67b88a68d74d2f9ce3a912b3eb08d2b7026 /math/algotutor | |
parent | 7359f6337be08a2e002424dcf30e13e4194055e6 (diff) | |
download | freebsd-ports-graphics-cc55dae22fef7e8b3db1bd92cd5b1fdf58144977.tar.gz freebsd-ports-graphics-cc55dae22fef7e8b3db1bd92cd5b1fdf58144977.tar.zst freebsd-ports-graphics-cc55dae22fef7e8b3db1bd92cd5b1fdf58144977.zip |
BROKEN: Unfetchable
Approved by: portmgr (self)
Diffstat (limited to 'math/algotutor')
-rw-r--r-- | math/algotutor/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index 4f7ab6ac1fe..68685ea51b1 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= kevlo@FreeBSD.org COMMENT= An interactive tutorial for algorithms and data structures +BROKEN= Unfetchable + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS= ${BUILD_DEPENDS} |