From e3908a32fe8f55edc4e55edc5238b9fd12d31a9a Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sun, 5 Apr 2009 19:53:23 +0000 Subject: [PATCH] - Cover the case of no perl present in the IGNORE statement Submitted by: Cezary Morga (maintainer) --- editors/p5-Padre/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 \