diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 12:48:01 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 12:48:01 +0000 |
commit | 3a7b17911b12b557fc9c450a975d5a86e1c8303e (patch) | |
tree | c1163267eb35cfcd7d2b1680f5e16f391848e9b1 /graphics | |
parent | b45207534f07eb7c813498681685467341d13336 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index d0a1ed937a76..83ccf7ca8fca 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -62,7 +62,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/USERDOC ${DOCSDIR}/ .endif -.if !defined(WITHOUT_PERL) && ${PERL_LEVEL} < 500601 +.if !defined(WITHOUT_PERL) && ${PERL_LEVEL} < 500800 RUN_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp .endif |