From 5f6711fb2fcf232d125e2f8b7d8c3f3dad087da7 Mon Sep 17 00:00:00 2001 From: markm Date: Mon, 12 Oct 1998 06:51:07 +0000 Subject: Perl 5 is in the system. Mark this port broken for 3.0 for that reason. (Also minor repairs to PLIST - nuke ranlibs) Reviewed by: asami OK-ed by: jseger --- lang/perl5.6/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lang/perl5.6/Makefile') diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile index 681e7fca..ff11ae2 100644 --- a/lang/perl5.6/Makefile +++ b/lang/perl5.6/Makefile @@ -3,7 +3,7 @@ # Date created: 16 April 1995 # Whom: markm # -# $Id: Makefile,v 1.24 1998/08/06 10:43:21 markm Exp $ +# $Id: Makefile,v 1.25 1998/08/15 16:33:13 markm Exp $ # DISTNAME= perl5.005_02 @@ -18,6 +18,11 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} +OSVER!= sysctl -n kern.osreldate +.if ${OSVER} > 300003 +BROKEN= perl is in system +.endif + MAN1= a2p.1 c2ph.1 h2ph.1 h2xs.1 perl.1 perl5004delta.1 \ perlapio.1 perlbook.1 perlbot.1 perlbug.1 perlcall.1 \ perldata.1 perldebug.1 perldelta.1 perldiag.1 perldoc.1 \ -- cgit v1.1