diff options
author | Mark Murray <markm@FreeBSD.org> | 1998-10-12 06:51:07 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1998-10-12 06:51:07 +0000 |
commit | 1855f5ab8857ee3e2a9ae9a411199a8672194de1 (patch) | |
tree | b93aeb309018705682fa9e303e9514fceb4554bf /lang/perl5.6/Makefile | |
parent | Typo error. (diff) |
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
Notes
Notes:
svn path=/head/; revision=13894
Diffstat (limited to 'lang/perl5.6/Makefile')
-rw-r--r-- | lang/perl5.6/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile index 681e7fca13ef..ff11ae222c62 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 \ |