diff options
Diffstat (limited to 'editors/p5-Padre/Makefile')
-rw-r--r-- | editors/p5-Padre/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index f6a4e73b9fcb..d5c09ce1541a 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -78,10 +78,10 @@ MAKE_JOBS_UNSAFE= yes .if exists(${PERL}) PERL_THREADS!= ${PERL} -V::usethreads .if ${PERL_THREADS}!="'define';" -#IGNORE= needs a threaded Perl, build with WITH_THREADS=yes flag and try again +IGNORE= needs a threaded Perl, build with WITH_THREADS=yes flag and try again .endif .else -#IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes +IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes .endif .if ${PERL_LEVEL} >= 501000 |