summaryrefslogtreecommitdiff
path: root/x11-toolkits/p5-Tk
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1997-06-24 18:43:34 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1997-06-24 18:43:34 +0000
commitccdb93701ae1a06dec4fcfac95d95db9242d8cf8 (patch)
treecd4b4e33591e47cf1e673bf8905cc226accf23ef /x11-toolkits/p5-Tk
parentMASTER_SITE moved. (diff)
Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk (note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
Notes
Notes: svn path=/head/; revision=7065
Diffstat (limited to 'x11-toolkits/p5-Tk')
-rw-r--r--x11-toolkits/p5-Tk/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile
index daa0c343450c..28404f85044a 100644
--- a/x11-toolkits/p5-Tk/Makefile
+++ b/x11-toolkits/p5-Tk/Makefile
@@ -3,7 +3,7 @@
# Date created: October 21st 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.11 1997/05/24 13:17:16 jfitz Exp $
+# $Id: Makefile,v 1.12 1997/05/29 02:53:15 jfitz Exp $
#
DISTNAME= Tk400.202
@@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= Tk
MAINTAINER= jfitz@FreeBSD.ORG
-BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \
- ${PREFIX}/lib/perl5/site_perl/HTML/Parse.pm:${PORTSDIR}/www/p5-libwww
+BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/HTML/Parse.pm:${PORTSDIR}/www/p5-libwww
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
-RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
+
+USE_PERL5= YES
MAN1= tkweb.1
MAN3= Tk::Adjuster.3 Tk::After.3 Tk::Axis.3 Tk::Balloon.3 \