diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 14:28:09 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-15 14:28:09 +0000 |
commit | f8c010fec5c0454e5599796546a6b8a98f1b68c0 (patch) | |
tree | 4f6dce0fc9acfc5cc10e553ebc3f281664f8666c /x11-toolkits/p5-Tk | |
parent | fb36ae6fb2858e44e5aededb824d7d48f8e20728 (diff) | |
download | ports-f8c010fec5c0454e5599796546a6b8a98f1b68c0.tar.gz ports-f8c010fec5c0454e5599796546a6b8a98f1b68c0.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk')
-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 \ |