diff options
author | kris <kris@FreeBSD.org> | 2002-10-06 06:11:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-06 06:11:09 +0800 |
commit | 3b950c364ffdf1ffa2b957004ed1ac77b5feed63 (patch) | |
tree | 1488915b144d421d92064009f0a3d06ce7f59a98 /www/mod_dtcl | |
parent | 27cec74c4fea747f0f24cd60c80f504ffe6f51dc (diff) | |
download | freebsd-ports-graphics-3b950c364ffdf1ffa2b957004ed1ac77b5feed63.tar.gz freebsd-ports-graphics-3b950c364ffdf1ffa2b957004ed1ac77b5feed63.tar.zst freebsd-ports-graphics-3b950c364ffdf1ffa2b957004ed1ac77b5feed63.zip |
BROKEN: Does not compile
Diffstat (limited to 'www/mod_dtcl')
-rw-r--r-- | www/mod_dtcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 87ed166a893..2d5ebe059e5 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/ MAINTAINER= mi@aldan.algebra.com +BROKEN= "Does not compile" + BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 |