From 153cc263b3533f7981d1e6d2a1e8e502848a28ec Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Mon, 12 Oct 1998 02:59:12 +0000 Subject: Mark BROKEN for current: The path for perl man pages is incorrect --- graphics/p5-Image-Size/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'graphics/p5-Image-Size') diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index ae71b07835ca..293b859b078c 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon # -# $Id: Makefile,v 1.13 1998/08/19 14:32:13 vanilla Exp $ +# $Id: Makefile,v 1.14 1998/09/15 21:31:45 asami Exp $ # DISTNAME= Image-Size-2.7 @@ -16,6 +16,11 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= perl paths +.endif + MAN1= imgsize.1 MAN3= Image::Size.3 MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -- cgit v1.2.3