mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix with bmake(1)
This commit is contained in:
parent
44a150712c
commit
9fee9b8add
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317180
1 changed files with 2 additions and 6 deletions
|
@ -1,9 +1,5 @@
|
||||||
# New ports collection makefile for: p5-GStreamer
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
||||||
# Date created: 2005-10-17
|
|
||||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= GStreamer
|
PORTNAME= GStreamer
|
||||||
PORTVERSION= 0.17
|
PORTVERSION= 0.17
|
||||||
|
@ -59,7 +55,7 @@ MAN3= GStreamer.3 GStreamer::Bin.3 GStreamer::Buffer.3 GStreamer::Bus.3 \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.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} == ""
|
.if ${PERL_THREADED} == ""
|
||||||
IGNORE= must be built with a threaded Perl, reinstall Perl with WITH_THREADS=yes
|
IGNORE= must be built with a threaded Perl, reinstall Perl with WITH_THREADS=yes
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue