diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 19:32:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 19:32:28 +0000 |
commit | e86f412ff7cc187c1d98d1b4822a0d9ec3a1ec1b (patch) | |
tree | b6abd9659ff67bc7ab1dee92902317afc871152b /devel/p5-Devel-DProf/Makefile | |
parent | bf4102fe83375481ca95637e83df2f95049dd5c2 (diff) | |
download | ports-e86f412ff7cc187c1d98d1b4822a0d9ec3a1ec1b.tar.gz ports-e86f412ff7cc187c1d98d1b4822a0d9ec3a1ec1b.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-DProf/Makefile')
-rw-r--r-- | devel/p5-Devel-DProf/Makefile | 7 |
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} |