diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-05 13:29:49 +0000 |
commit | e7e8b876967f37354fa943c1cd2679642f429f1a (patch) | |
tree | 5ecdf8abc397aa005a5d5717e7133a0ce6eadbcb /lang | |
parent | c247465a04a421ace845965ab3d601699ee57e34 (diff) | |
download | pkgsrc-e7e8b876967f37354fa943c1cd2679642f429f1a.tar.gz |
Remove some more *LEGACY* settings that are over a month old and
thus were before 2005Q3.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index fd6c849023c..b0ca6a8e4bc 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2005/08/22 17:40:20 reed Exp $ +# $NetBSD: Makefile,v 1.103 2005/10/05 13:29:50 wiz Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -230,7 +230,6 @@ PKG_SUPPORTED_OPTIONS= threads .if !empty(PERL5_BUILD_THREADS_SUPPORT:M[yY][eE][sS]) PKG_SUGGESTED_OPTIONS= threads .endif -PKG_OPTIONS_LEGACY_VARS+= PERL5_USE_THREADS:threads .include "../../mk/bsd.options.mk" |