diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 02:59:12 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 02:59:12 +0000 |
commit | 153cc263b3533f7981d1e6d2a1e8e502848a28ec (patch) | |
tree | 69192952d7dc6f69ca58dd955d22d6858018e848 /graphics/p5-Image-Size | |
parent | acb5f8add848980c98ee607611ae99df57fef042 (diff) | |
download | ports-153cc263b3533f7981d1e6d2a1e8e502848a28ec.tar.gz ports-153cc263b3533f7981d1e6d2a1e8e502848a28ec.zip |
Notes
Diffstat (limited to 'graphics/p5-Image-Size')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 7 |
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} |