diff --git a/multimedia/p5-GStreamer/Makefile b/multimedia/p5-GStreamer/Makefile index 3b963d12e379..23e2e9906add 100644 --- a/multimedia/p5-GStreamer/Makefile +++ b/multimedia/p5-GStreamer/Makefile @@ -24,9 +24,11 @@ USE_PERL5= configure .include +.if exists(${PERL}) PERL_THREADED!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || ${ECHO_CMD} .if ${PERL_THREADED} == "" IGNORE= must be built with a threaded Perl, reinstall Perl with the THREADS option on .endif +.endif .include