diff options
author | andreas <andreas@FreeBSD.org> | 1997-12-31 17:20:22 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-12-31 17:20:22 +0800 |
commit | b56a3b513dd0896ec1d1075144e2cde5dfe8675e (patch) | |
tree | baebbfd794934eef2e5504e5f51aff070070d4b6 /lang | |
parent | 689774b7ca995cf7d615b5daae5e0cb0fb1bd6e0 (diff) | |
download | freebsd-ports-gnome-b56a3b513dd0896ec1d1075144e2cde5dfe8675e.tar.gz freebsd-ports-gnome-b56a3b513dd0896ec1d1075144e2cde5dfe8675e.tar.zst freebsd-ports-gnome-b56a3b513dd0896ec1d1075144e2cde5dfe8675e.zip |
Sorry, false alarm ... everything was fine, my environment on -current
was broken. I had an old entry for the plugin searchpath at the very end
of my .cshrc file pointing to an empty directory under
$HOME/.netscape/plugin :-/
The port is definitively working ;-)
Removed BROKEN completely from Makefile.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tclplugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/tclplugin/Makefile b/lang/tclplugin/Makefile index 79e502094b86..269fe7ea8704 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.6 1997/12/26 13:36:49 andreas Exp $ +# $Id: Makefile,v 1.7 1997/12/31 09:07:27 andreas Exp $ # DISTNAME= tclplug20b5-src @@ -15,7 +15,6 @@ MAINTAINER= andreas@FreeBSD.ORG RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator -#BROKEN= "possibly doesn't run on -current" NO_PACKAGE= yes WRKSRC= ${WRKDIR}/tclplugin2.0b5/plugin2.0/unix GNU_CONFIGURE= yes |