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.10 | |
parent | e6ff23fafcac3488a784b4f1e9337a0153cd7e26 (diff) | |
download | ports-89bfc042101f96276b4ddd4feab855ad7b53c04e.tar.gz ports-89bfc042101f96276b4ddd4feab855ad7b53c04e.zip |
Notes
Diffstat (limited to 'lang/perl5.10')
-rw-r--r-- | lang/perl5.10/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile index f349ce63a9e9..61671171fd00 100644 --- a/lang/perl5.10/Makefile +++ b/lang/perl5.10/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="" |