summaryrefslogtreecommitdiff
path: root/graphics/p5-Image-Size
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-12 02:59:12 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-12 02:59:12 +0000
commit153cc263b3533f7981d1e6d2a1e8e502848a28ec (patch)
tree69192952d7dc6f69ca58dd955d22d6858018e848 /graphics/p5-Image-Size
parentMark BROKEN for ELF: (diff)
Mark BROKEN for current:
The path for perl man pages is incorrect
Notes
Notes: svn path=/head/; revision=13880
Diffstat (limited to 'graphics/p5-Image-Size')
-rw-r--r--graphics/p5-Image-Size/Makefile7
1 files changed, 6 insertions, 1 deletions
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 <jfitz@FreeBSD.org>
#
-# $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}