diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 19:46:20 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 19:46:20 +0000 |
commit | 0a64cde63270bb3144a78e6025b126657dc996da (patch) | |
tree | 60e8093b9e746b60b373b362af47aae9078eedc8 /math/algotutor/Makefile | |
parent | d3d0553a80eae3111df8494123aa5684a0ea3665 (diff) | |
download | ports-0a64cde63270bb3144a78e6025b126657dc996da.tar.gz ports-0a64cde63270bb3144a78e6025b126657dc996da.zip |
Notes
Diffstat (limited to 'math/algotutor/Makefile')
-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 4f7ab6ac1fe5..68685ea51b17 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} |