diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 13:44:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 13:44:50 +0800 |
commit | 807fa599b4f056e35089155a4dbe222355e7fc8f (patch) | |
tree | 19f19766d07f4db351e45baf826baa8dc5721ae3 /lang/itcl | |
parent | 3082b65401d86adab3138444cabed9ab721b1e5d (diff) | |
download | freebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.gz freebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.zst freebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.zip |
Update of lang Makefiles....
Diffstat (limited to 'lang/itcl')
-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> |