diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-01 08:54:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-01 08:54:11 +0000 |
commit | 8ae891fb979948521c15954305eb110cd5719b8c (patch) | |
tree | ffd4f4e2c02588968b97f797685ffcfd150432fc /lang/perl5.12 | |
parent | 67750966d60f0885ab913ee399363446dd1146a3 (diff) | |
download | ports-8ae891fb979948521c15954305eb110cd5719b8c.tar.gz ports-8ae891fb979948521c15954305eb110cd5719b8c.zip |
Notes
Diffstat (limited to 'lang/perl5.12')
-rw-r--r-- | lang/perl5.12/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index 9a36b92d8cea..8f1fcaa30664 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -24,6 +24,10 @@ 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} \ @@ -206,8 +210,6 @@ MAN3+= GDBM_File.3 .endif MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} -LATEST_LINK= perl5.8 - test: @(cd ${WRKSRC}; make test) |