1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Fix build error introduced by changes to default behavior of perl port.

Apply shebangfix to build/make/ads2gas.pl as it was invoking /usr/bin/perl.

PR:		200535
Reviewed by:	kwm
This commit is contained in:
Sean Bruno 2015-05-31 18:58:16 +00:00
parent 2034059dff
commit b84c1e6963
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388127

View File

@ -3,6 +3,7 @@
PORTNAME= libvpx
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= DEBIAN
DISTNAME= ${PORTNAME}_${DISTVERSION}.orig
@ -16,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
yasm:${PORTSDIR}/devel/yasm
USES= cpe gmake perl5 tar:bzip2
USES= cpe gmake perl5 shebangfix tar:bzip2
CPE_VENDOR= john_koleszar
HAS_CONFIGURE= yes
USE_PERL5= build
@ -48,6 +49,8 @@ RUNTIME_CONFIGURE_ON= --enable-runtime-cpu-detect
THREADS_CONFIGURE_OFF= --disable-multithread
SHARED_CONFIGURE_ON= --enable-shared
SHEBANG_FILES= build/make/ads2gas.pl
.include <bsd.port.options.mk>
.if ${OSVERSION} < 900000