diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-02-21 17:38:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-02-21 17:38:15 +0000 |
commit | 4690a2fa90fa21d89bc647a7133e5b3a2a991b8d (patch) | |
tree | 5b459ae6850f45d689c1fbcc5294ad7f576218fc /devel/tcllib | |
parent | Mark BROKEN: changes permissions on /tmp to 0700 (diff) |
BROKEN: Creates /root/foo at install-time.
Notes
Notes:
svn path=/head/; revision=76060
Diffstat (limited to 'devel/tcllib')
-rw-r--r-- | devel/tcllib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 8ef42d04beba..da821ed111e3 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= tcllib MAINTAINER= mi@aldan.algebra.com +BROKEN= "Creates /root/foo at install-time" + BUILD_DEPENDS= tclsh:${PORTSDIR}/lang/tcl83 GNU_CONFIGURE= yes ALL_TARGET= test |