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.6/Makefile | |
parent | - Chase libraries and fix the build with new silc-toolkit (diff) |
Fix "pkg_add -r perl" for 5.2-CURRENT (and later). This will now install
perl 5.8 for 5.2-CURRENT.
Approved by: perl
Diffstat (limited to '')
-rw-r--r-- | lang/perl5.6/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile index 415bc2b9e3a5..c83bd43befbf 100644 --- a/lang/perl5.6/Makefile +++ b/lang/perl5.6/Makefile @@ -23,6 +23,10 @@ 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} \ |