diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 07:53:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-13 07:53:08 +0000 |
commit | ebd44e9eb942d2a42243929b085b87cb06ce356a (patch) | |
tree | 913e54f6ebfdb4f4bf1c363912c1c303d2704cf1 /lang/itcl/Makefile | |
parent | Put nkf in correct alphabetical order. Shame on me! ;) (diff) |
Move tcl from LIB_DEPENDS to DEPENDS. This port needs the extracted
source of tcl.
Diffstat (limited to '')
-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 |