diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-05 02:14:31 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-02-05 02:14:31 +0000 |
commit | c9e33a164ecbbb57cb8c76d7e6be4850dda60a35 (patch) | |
tree | 21181e2a1473ec847f80f5de2f645a0465819087 /devel | |
parent | Fix the patch (a header and an empty line) and remove last mentions (diff) |
BUILD_DEPEND on tclsh. Any tclsh will do, but if none is present --
build the tcl83...
Diffstat (limited to 'devel')
-rw-r--r-- | devel/tcllib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index e8c8e501aafe..a84e5295d888 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= tcllib MAINTAINER= mi@aldan.algebra.com +BUILD_DEPENDS= tclsh:${PORTSDIR}/lang/tcl83 GNU_CONFIGURE= yes ALL_TARGET= test MAKE_ENV+= LANG=C |