From 573c5108810a8497188e3768b6059a9206b70aca Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 1 Mar 2004 15:38:43 +0000 Subject: Fix the perl builds. --- lang/perl5.8/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lang/perl5.8') diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile index 8f1fcaa30664..90d96bccfaef 100644 --- a/lang/perl5.8/Makefile +++ b/lang/perl5.8/Makefile @@ -24,10 +24,6 @@ PERL_VER= 5.8.2 PERL_ARCH= mach PERL_VERSION= ${PERL_VER} -.if ${OSVERSION} < 502100 -LATEST_LINK= perl5.8 -.endif - HAS_CONFIGURE= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ @@ -84,7 +80,9 @@ INCLUDEDIR= /usr/include .include -.if ${OSVERSION} >= 502100 +.if ${OSVERSION} < 502100 +LATEST_LINK= perl5.8 +.else PKGMESSAGE= ${PKGDIR}/.not-here .endif -- cgit v1.2.3