diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
commit | e9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (patch) | |
tree | e794a0f1258ff3a3fb78f77c1b40c19f5113e45d /lang/itcl/Makefile | |
parent | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (diff) | |
download | ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.tar.gz ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.zip |
Notes
Diffstat (limited to 'lang/itcl/Makefile')
-rw-r--r-- | lang/itcl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/itcl/Makefile b/lang/itcl/Makefile index 89d1ccb2bfbd..273fcf580f19 100644 --- a/lang/itcl/Makefile +++ b/lang/itcl/Makefile @@ -3,15 +3,17 @@ # Date created: Mon Oct 3 22:06:21 EDT 1994 # Whom: rww # -# $Id: Makefile,v 1.3 1995/02/11 13:49:46 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:46:55 jkh Exp $ # DISTNAME= itcl-1.5 HAS_CONFIGURE= yes -MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ CATEGORIES+= languages -PATCH_STRIP= -p1 +MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/ + LIB_DEPENDS= tcl\\.7\\.:${PORTSDIR}/lang/tcl \ tk\\.3\\.:${PORTSDIR}/x11/tk +PATCH_STRIP= -p1 + .include <bsd.port.mk> |