diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-15 16:34:13 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-07-15 16:34:13 +0000 |
commit | 182db3c80d5581c028e1b03d0ad144f20f498154 (patch) | |
tree | ad99808772c77b9ecf6ef55ce8138888afd38cd6 /editors/p5-Padre/Makefile | |
parent | dfe7c9a0362d63a69a8d82e74362c36e1049606e (diff) | |
download | ports-182db3c80d5581c028e1b03d0ad144f20f498154.tar.gz ports-182db3c80d5581c028e1b03d0ad144f20f498154.zip |
Notes
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 |