diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-05 19:53:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-04-05 19:53:23 +0000 |
commit | e3908a32fe8f55edc4e55edc5238b9fd12d31a9a (patch) | |
tree | 80f067e8741a8ad61061636c191a5e4edbdd8025 /editors/p5-Padre | |
parent | 247445cd97c76385d98f6538534f51e1c3122899 (diff) | |
download | ports-e3908a32fe8f55edc4e55edc5238b9fd12d31a9a.tar.gz ports-e3908a32fe8f55edc4e55edc5238b9fd12d31a9a.zip |
Notes
Diffstat (limited to 'editors/p5-Padre')
-rw-r--r-- | editors/p5-Padre/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile index 87c3552ec72e..1a5e54af379c 100644 --- a/editors/p5-Padre/Makefile +++ b/editors/p5-Padre/Makefile @@ -75,6 +75,8 @@ PERL_THREADS!= ${PERL} -V::usethreads .if ${PERL_THREADS}!="'define';" 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 .endif MAN3= Padre.3 \ |