diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 09:53:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-10 09:53:02 +0000 |
commit | ef9b7cb45a0765bb84a6e0be4123e1efeb72797e (patch) | |
tree | ba6024ce8d731ebdb6d5f6ee9f06a61cacae0865 /lang/tclplugin | |
parent | Mark this port BROKEN, it does not build in -stable. (diff) |
Mark this port IS_INTERACTIVE. It requires netscape, which can't
be packaged.
Diffstat (limited to 'lang/tclplugin')
-rw-r--r-- | lang/tclplugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tclplugin/Makefile b/lang/tclplugin/Makefile index 8e747e6ee888..28efa5ea8186 100644 --- a/lang/tclplugin/Makefile +++ b/lang/tclplugin/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Nov 8 10:46:42 CET 1997 # Whom: andreas # -# $Id: Makefile,v 1.2 1997/10/08 10:48:41 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1997/11/09 11:42:49 andreas Exp $ # DISTNAME= tclplugin2.0.3-beta @@ -17,6 +17,7 @@ BUILD_DEPENDS= /nonexistent:${PORTSDIR}/lang/tcl80:build \ /nonexistent:${PORTSDIR}/x11/tk80:build RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4 +IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-tcl=${PORTSDIR}/lang/tcl80/work/tcl8.0/unix \ |