diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 17:53:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 17:53:02 +0800 |
commit | 4351062937b640fa2c17f79c61f8fd83c696767f (patch) | |
tree | 27f26908f516ca200cd760bcd1c0a94b02439d0b /lang/tclplugin | |
parent | 1fa2a84d2187e742d28f3394a3db9e2110b3e544 (diff) | |
download | freebsd-ports-gnome-4351062937b640fa2c17f79c61f8fd83c696767f.tar.gz freebsd-ports-gnome-4351062937b640fa2c17f79c61f8fd83c696767f.tar.zst freebsd-ports-gnome-4351062937b640fa2c17f79c61f8fd83c696767f.zip |
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 \ |