diff options
Diffstat (limited to 'multimedia/p5-GStreamer/Makefile')
-rw-r--r-- | multimedia/p5-GStreamer/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 <bsd.port.post.mk> |