svn commit: r317180 - head/multimedia/p5-GStreamer

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 08:15:27 UTC 2013


Author: bapt
Date: Fri May  3 08:15:26 2013
New Revision: 317180
URL: http://svnweb.freebsd.org/changeset/ports/317180

Log:
  Fix with bmake(1)

Modified:
  head/multimedia/p5-GStreamer/Makefile

Modified: head/multimedia/p5-GStreamer/Makefile
==============================================================================
--- head/multimedia/p5-GStreamer/Makefile	Fri May  3 08:13:43 2013	(r317179)
+++ head/multimedia/p5-GStreamer/Makefile	Fri May  3 08:15:26 2013	(r317180)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-GStreamer
-# Date created:		2005-10-17
-# Whom:			Michael Johnson <ahze at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	GStreamer
 PORTVERSION=	0.17
@@ -59,7 +55,7 @@ MAN3=	GStreamer.3 GStreamer::Bin.3 GStre
 
 .include <bsd.port.pre.mk>
 
-PERL_THREADED!=	${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || true
+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 WITH_THREADS=yes
 .endif


More information about the svn-ports-all mailing list