1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Remove unnecessary bash dependency.

Approved by:	ahze
This commit is contained in:
Tom McLaughlin 2006-04-24 01:24:51 +00:00
parent 03a26ecc36
commit c032230c32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160266

View File

@ -16,7 +16,6 @@ MAINTAINER= ahze@FreeBSD.org
COMMENT= Set of tools to record/playback/edit videos in MPEG format
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
CONFLICTS= mplex-*
USE_GMAKE= yes
@ -173,9 +172,6 @@ post-patch:
${WRKSRC}/lavtools/liblavplay.c \
${WRKSRC}/lavtools/yuvplay.c \
${WRKSRC}/lavtools/lavplay.c
@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
${WRKSRC}/scripts/lav2avi.sh \
${WRKSRC}/scripts/lav2mpeg ${WRKSRC}/scripts/mpegtranscode
# a bug that is happening with configure. It's not detecting that
# FreeBSD has pthreads. It might happen in other OSes but I'm not
# risking such a general patch