diff options
author | andreas <andreas@FreeBSD.org> | 1997-12-31 17:07:27 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-12-31 17:07:27 +0800 |
commit | 689774b7ca995cf7d615b5daae5e0cb0fb1bd6e0 (patch) | |
tree | 01a515dbf743b602d22296fae644524b4d879954 /lang | |
parent | a72823428758af04ffe5026f2f3697c6c89c16ea (diff) | |
download | freebsd-ports-gnome-689774b7ca995cf7d615b5daae5e0cb0fb1bd6e0.tar.gz freebsd-ports-gnome-689774b7ca995cf7d615b5daae5e0cb0fb1bd6e0.tar.zst freebsd-ports-gnome-689774b7ca995cf7d615b5daae5e0cb0fb1bd6e0.zip |
Brian Handy verified, that tclplugin runs on 2.2-STABLE for all users,
not only root.
Again, on my -current machine the plugins are only detected with
communicator 4.04, if I start the communicator as root. Perhaps I
check again with a brand new user with standard environment.
Or could someone other please try it out on -current ?
Submitted by: Brian Handy <handy@sag.space.lockheed.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tclplugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tclplugin/Makefile b/lang/tclplugin/Makefile index 5b8d9d59de43..79e502094b86 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.5 1997/12/07 00:46:30 vanilla Exp $ +# $Id: Makefile,v 1.6 1997/12/26 13:36:49 andreas Exp $ # DISTNAME= tclplug20b5-src @@ -15,7 +15,7 @@ MAINTAINER= andreas@FreeBSD.ORG RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator -BROKEN= "here TCL Plugin is only recognized when running as root" +#BROKEN= "possibly doesn't run on -current" NO_PACKAGE= yes WRKSRC= ${WRKDIR}/tclplugin2.0b5/plugin2.0/unix GNU_CONFIGURE= yes |