diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2005-05-03 10:45:08 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2005-05-03 10:45:08 +0000 |
commit | 89bfc042101f96276b4ddd4feab855ad7b53c04e (patch) | |
tree | 2c17c6ea7433b1d23ad7d409efe70cce22943e78 /lang/perl5.12/Makefile | |
parent | Update to 0.9.2 (diff) |
Fix LATEST_LINK issues.
Nudged by: krion
Notes
Notes:
svn path=/head/; revision=134542
Diffstat (limited to 'lang/perl5.12/Makefile')
-rw-r--r-- | lang/perl5.12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.12/Makefile b/lang/perl5.12/Makefile index f349ce63a9e9..61671171fd00 100644 --- a/lang/perl5.12/Makefile +++ b/lang/perl5.12/Makefile @@ -96,7 +96,7 @@ CONFIGURE_ARGS+= -Dusemymalloc=n CONFIGURE_ARGS+= -Duse64bitint .endif -LATEST_LINK= perl5.8 +LATEST_LINK= perl .if ${OSVERSION} < 500036 PLIST_SUB+= NEED_USE_PERL="" |