diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-06-15 04:57:24 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2015-06-15 04:57:24 +0000 |
commit | d8fe84f93697d25221ba352be501c74c33cc8fa8 (patch) | |
tree | 6f0cad2894d7a0adb1f5d4494379d8fcd7dbf687 /multimedia | |
parent | 70aeea84ca194987267e2ecb999f87e23982e395 (diff) | |
download | ports-d8fe84f93697d25221ba352be501c74c33cc8fa8.tar.gz ports-d8fe84f93697d25221ba352be501c74c33cc8fa8.zip |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/libvpx/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/multimedia/libvpx/Makefile b/multimedia/libvpx/Makefile index 302556cfc9b1..34fadb58079d 100644 --- a/multimedia/libvpx/Makefile +++ b/multimedia/libvpx/Makefile @@ -13,8 +13,7 @@ COMMENT= VP8/VP9 Codec SDK LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ - yasm:${PORTSDIR}/devel/yasm +BUILD_DEPENDS= yasm:${PORTSDIR}/devel/yasm USES= cpe gmake perl5 shebangfix tar:bzip2 CPE_VENDOR= john_koleszar @@ -88,9 +87,5 @@ IGNORE= no support for ${ARCH} the moment. testing/patches are welcome post-patch: @${REINPLACE_CMD} 's|\(link_with_cc\)=gcc|\1=$${CC}|' \ ${WRKSRC}/build/make/configure.sh - @${REINPLACE_CMD} -e 's|%%DESTDIR%%|${STAGEDIR}|g' \ - ${WRKSRC}/build/make/Makefile ${WRKSRC}/libs.mk - @${GREP} -Rl '^#!/bin/bash' ${WRKSRC} |${XARGS} ${REINPLACE_CMD} \ - -e 's,#!/bin/bash,#!/usr/bin/env bash,g' .include <bsd.port.mk> |