diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-06-19 11:37:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-06-19 11:37:25 +0000 |
commit | dcafd19b044a47ef2e010a82c57142ff71c5a1d4 (patch) | |
tree | 4a198c3340562118a552f980f1fc3bd71be2fb8d /www | |
parent | x11-wm/pekwm to latest version: 0.1.2 --> 0.1.3 (diff) |
Use ${PERL_LEVEL} < 500600 rather than ${OSVERSION} < 500000.
Submitted by: Jeremy Prior <jez@netcraft.com>
Notes
Notes:
svn path=/head/; revision=83307
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile index 8ac45eec6c81..fdc43532a3d8 100644 --- a/www/p5-HTML-Template/Makefile +++ b/www/p5-HTML-Template/Makefile @@ -25,7 +25,7 @@ post-patch: .include <bsd.port.mk> -.if ${OSVERSION} < 500000 && !exists(${SITE_PERL}/File/Spec.pm) +.if ${PERL_LEVEL} < 500600 && !exists(${SITE_PERL}/File/Spec.pm) BUILD_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif |