diff options
author | kris <kris@FreeBSD.org> | 2002-10-13 13:04:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-13 13:04:08 +0800 |
commit | d23c2580155a15fb9aff0c943e0c26ce3a58c008 (patch) | |
tree | 23e9e027d23df8216835e882c3c935ca8655dfe8 /lang/tclplugin/Makefile | |
parent | 52ca82264e9a382ac8ca40580b3f84537456c48e (diff) | |
download | freebsd-ports-gnome-d23c2580155a15fb9aff0c943e0c26ce3a58c008.tar.gz freebsd-ports-gnome-d23c2580155a15fb9aff0c943e0c26ce3a58c008.tar.zst freebsd-ports-gnome-d23c2580155a15fb9aff0c943e0c26ce3a58c008.zip |
The tclplugin was marked BROKEN_ELF 4 years ago. Remove it.
Diffstat (limited to 'lang/tclplugin/Makefile')
-rw-r--r-- | lang/tclplugin/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/lang/tclplugin/Makefile b/lang/tclplugin/Makefile deleted file mode 100644 index 6323cb1ce507..000000000000 --- a/lang/tclplugin/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: tclplugin2.0.3 -# Date created: Sat Nov 8 10:46:42 CET 1997 -# Whom: andreas -# -# $FreeBSD$ -# - -PORTNAME= tclplugin -PORTVERSION= 2.0 -CATEGORIES= lang -MASTER_SITES= ftp://ftp.scriptics.com/pub/tcl/plugin/ -DISTNAME= tclplug20-src - -MAINTAINER= ports@FreeBSD.org - -BROKEN_ELF= yes - -BUILD_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator -RUN_DEPENDS= netscape:${PORTSDIR}/www/netscape4-communicator - -WRKSRC= ${WRKDIR}/tclplugin2.0/plugin2.0/unix -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl=${WRKDIR}/tclplugin2.0/tcl8.0/unix \ - --with-tk=${WRKDIR}/tclplugin2.0/tk8.0/unix \ - --with-mozilla=${PREFIX}/lib/netscape - -pre-configure: - ( cd ${WRKDIR}/tclplugin2.0/tcl8.0/unix; ./configure --enable-shared ) - ( cd ${WRKDIR}/tclplugin2.0/tk8.0/unix; ./configure --enable-shared ) - -.include <bsd.port.mk> |