diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-24 18:43:34 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1997-06-24 18:43:34 +0000 |
commit | ccdb93701ae1a06dec4fcfac95d95db9242d8cf8 (patch) | |
tree | cd4b4e33591e47cf1e673bf8905cc226accf23ef /lang/p5-Tcl | |
parent | 9416d3fce06d56f2ad1a94593366dee0703c87dd (diff) |
Notes
Diffstat (limited to 'lang/p5-Tcl')
-rw-r--r-- | lang/p5-Tcl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/p5-Tcl/Makefile b/lang/p5-Tcl/Makefile index 245405cab4b7..4564440af70b 100644 --- a/lang/p5-Tcl/Makefile +++ b/lang/p5-Tcl/Makefile @@ -3,7 +3,7 @@ # Date created: June 15th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.1.1.1 1997/06/16 03:03:55 jfitz Exp $ +# $Id: Makefile,v 1.2 1997/06/17 06:24:58 asami Exp $ # DISTNAME= Tcl-b1 @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= Tcl MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +USE_PERL5= YES WRKSRC= ${WRKDIR}/Tcl |