diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-01 15:38:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-01 15:38:43 +0000 |
commit | 573c5108810a8497188e3768b6059a9206b70aca (patch) | |
tree | 48db655d6b9ba006f7f60d827f6078feb9e6786e /lang/perl5.10 | |
parent | 191a89c3667e5357b070db0799597bef58b53b64 (diff) | |
download | ports-573c5108810a8497188e3768b6059a9206b70aca.tar.gz ports-573c5108810a8497188e3768b6059a9206b70aca.zip |
Notes
Diffstat (limited to 'lang/perl5.10')
-rw-r--r-- | lang/perl5.10/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile index 8f1fcaa30664..90d96bccfaef 100644 --- a/lang/perl5.10/Makefile +++ b/lang/perl5.10/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 <bsd.port.pre.mk> -.if ${OSVERSION} >= 502100 +.if ${OSVERSION} < 502100 +LATEST_LINK= perl5.8 +.else PKGMESSAGE= ${PKGDIR}/.not-here .endif |