summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-12 19:32:28 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-12 19:32:28 +0000
commite86f412ff7cc187c1d98d1b4822a0d9ec3a1ec1b (patch)
treeb6abd9659ff67bc7ab1dee92902317afc871152b /devel
parentMark BROKEN for ELF: (diff)
Mark BROKEN for current. Perl paths are BROKEN.
Notes
Notes: svn path=/head/; revision=13918
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Devel-DProf/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/devel/p5-Devel-DProf/Makefile b/devel/p5-Devel-DProf/Makefile
index 27eb251bd965..eb2ff18aaacf 100644
--- a/devel/p5-Devel-DProf/Makefile
+++ b/devel/p5-Devel-DProf/Makefile
@@ -3,7 +3,7 @@
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.4 1998/08/12 09:57:48 asami Exp $
+# $Id: Makefile,v 1.5 1998/09/15 21:31:35 asami Exp $
#
DISTNAME= DProf-19970614
@@ -16,6 +16,11 @@ MAINTAINER= jfitz@FreeBSD.ORG
USE_PERL5= YES
+OSVERSION!= sysctl -n kern.osreldate
+.if ${OSVERSION} >= 300000
+BROKEN= perl
+.endif
+
MAN1PREFIX= ${PREFIX}
MAN1= dprofpp.1
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}