diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 15:53:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 15:53:08 +0800 |
commit | df82a6155200d1a82c87dd2b0f31a893742bbde0 (patch) | |
tree | f149c952e7ac359a49d5b55546ceee473b951699 /lang/itcl | |
parent | f6cbf4c4b4f99bbe386899fc2bc684acfee9723c (diff) | |
download | freebsd-ports-gnome-df82a6155200d1a82c87dd2b0f31a893742bbde0.tar.gz freebsd-ports-gnome-df82a6155200d1a82c87dd2b0f31a893742bbde0.tar.zst freebsd-ports-gnome-df82a6155200d1a82c87dd2b0f31a893742bbde0.zip |
Move tcl from LIB_DEPENDS to DEPENDS. This port needs the extracted
source of tcl.
Diffstat (limited to 'lang/itcl')
-rw-r--r-- | lang/itcl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 273fcf580f19..1c366d119667 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Oct 3 22:06:21 EDT 1994 # Whom: rww # -# $Id: Makefile,v 1.4 1995/04/01 12:46:55 jkh Exp $ +# $Id: Makefile,v 1.5 1995/04/15 05:44:39 asami Exp $ # DISTNAME= itcl-1.5 @@ -11,8 +11,8 @@ HAS_CONFIGURE= yes CATEGORIES+= languages MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ -LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \ - tk\\.3\\.:${PORTSDIR}/x11/tk +DEPENDS= ${PORTSDIR}/lang/tcl +LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk PATCH_STRIP= -p1 |