diff options
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index c83bd43befbf..2b1ab97b1f60 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -23,10 +23,6 @@ PERL_VER= 5.6.1 PERL_ARCH= mach PERL_VERSION= ${PERL_VER} -.if ${OSVERSION} >= 502100 -LATEST_LINK= perl5.6 -.endif - HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ @@ -63,6 +59,10 @@ INCLUDEDIR= /usr/include .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502100 +LATEST_LINK= perl5.6 +.endif + .if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100 PKGMESSAGE= ${PKGDIR}/.not-here .endif |