diff options
-rw-r--r-- | x11-toolkits/p5-Tk/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tk/Makefile b/x11-toolkits/p5-Tk/Makefile index a3717d80c29d..b4fb219fd2a2 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.19 1998/09/15 21:31:59 asami Exp $ +# $Id: Makefile,v 1.20 1998/09/25 10:05:13 asami Exp $ # DISTNAME= Tk800.008 @@ -19,6 +19,12 @@ LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 USE_PERL5= YES +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= perl +.endif + + MAN1= ptked.1 ptksh.1 widget.1 MAN3= Tk::Adjuster.3 Tk::After.3 Tk::Animation.3 Tk::Balloon.3 \ |