summaryrefslogtreecommitdiff
path: root/lang/tcltutor
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-20 10:00:51 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-20 10:00:51 +0000
commit61565b39edf764c0c591adf2bcd0f44900e715dd (patch)
tree1fb87e8e9f387ec6f06eec67ab238c093f784fb8 /lang/tcltutor
parent- Fix problem with speex shared library version; (diff)
add dependency on misc/tkman.
Submitted by: "Yonatan Bokovza" <Yonatan@xpert.com>
Notes
Notes: svn path=/head/; revision=91715
Diffstat (limited to 'lang/tcltutor')
-rw-r--r--lang/tcltutor/Makefile4
-rw-r--r--lang/tcltutor/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/tcltutor/Makefile b/lang/tcltutor/Makefile
index 8545f54599b9..f44da0b55b70 100644
--- a/lang/tcltutor/Makefile
+++ b/lang/tcltutor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= tcltutor
PORTVERSION= 2.b.4
+PORTREVISION= 1
CATEGORIES= lang tk84 tcl84
MASTER_SITES= http://www.msen.com/~clif/
DISTNAME= Tutor2b4
@@ -14,7 +15,8 @@ DISTNAME= Tutor2b4
MAINTAINER= edwin@mavetju.org
COMMENT= A Tcl/Tk based tutorial for Tcl
-RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
+RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
+ tkman:${PORTSDIR}/misc/tkman
WRKSRC= ${WRKDIR}/TclTutor
NO_BUILD= yes
diff --git a/lang/tcltutor/pkg-descr b/lang/tcltutor/pkg-descr
index 0078b3f2b9f6..7ce25f849038 100644
--- a/lang/tcltutor/pkg-descr
+++ b/lang/tcltutor/pkg-descr
@@ -2,4 +2,4 @@ TclTutor is a computer aided instruction package for learning the
Tcl language. It consists of 43 lessons covering all of the basic
Tcl commands and most of the recent (8.0) additions.
-http://www.msen.com/~clif/TclTutor.html
+WWW: http://www.msen.com/~clif/TclTutor.html