summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-15 16:34:13 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-07-15 16:34:13 +0000
commit182db3c80d5581c028e1b03d0ad144f20f498154 (patch)
treead99808772c77b9ecf6ef55ce8138888afd38cd6 /editors
parent- Update to 0.39 (diff)
- Remove some comments I've used for testing
Notes
Notes: svn path=/head/; revision=237888
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-Padre/Makefile4
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