diff options
Diffstat (limited to 'graphics/p5-Image-Size/Makefile')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 293b859b078c..a2222f50d23b 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.14 1998/09/15 21:31:45 asami Exp $ +# $Id: Makefile,v 1.15 1998/10/12 02:59:12 jseger Exp $ # DISTNAME= Image-Size-2.7 @@ -16,7 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG USE_PERL5= YES -OSVERSION!= sysctl -n kern.osreldate +.include <bsd.port.pre.mk> + .if ${OSVERSION} >= 300000 BROKEN= perl paths .endif @@ -28,4 +29,4 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |