svn commit: r384644 - head/multimedia/p5-GStreamer
Mathieu Arnold
mat at FreeBSD.org
Fri Apr 24 14:16:32 UTC 2015
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>
More information about the svn-ports-head
mailing list