Date: Fri, 24 Apr 2015 14:16:31 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384644 - head/multimedia/p5-GStreamer Message-ID: <201504241416.t3OEGV7j010800@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Apr 24 14:16:31 2015 New Revision: 384644 URL: https://svnweb.freebsd.org/changeset/ports/384644 Log: Make buildable. Sponsored by: Absolight Modified: head/multimedia/p5-GStreamer/Makefile Modified: head/multimedia/p5-GStreamer/Makefile ============================================================================== --- head/multimedia/p5-GStreamer/Makefile Fri Apr 24 14:14:23 2015 (r384643) +++ head/multimedia/p5-GStreamer/Makefile Fri Apr 24 14:16:31 2015 (r384644) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504241416.t3OEGV7j010800>