diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-08-18 01:06:04 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-08-18 01:06:04 +0000 |
commit | f60090dbb1809e00a5b758fb36bf826467f9a2e6 (patch) | |
tree | 3beba4daee4800fb2b9e0e16eed8d248e03b7747 /multimedia/handbrake | |
parent | 7d412c3670054b5fb4d2dd1bd63edbe05afd7edf (diff) |
BROKEN: Does not compile
Notes
Notes:
svn path=/head/; revision=197854
Diffstat (limited to 'multimedia/handbrake')
-rw-r--r-- | multimedia/handbrake/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index 6f9bc2e071a6..4cc48ac67e91 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -32,6 +32,8 @@ LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ x264.50:${PORTSDIR}/multimedia/x264 \ avcodec.1:${PORTSDIR}/multimedia/ffmpeg +BROKEN= Does not compile + WRKSRC= ${WRKDIR}/HandBrake-${PORTVERSION} HAS_CONFIGURE= yes PLIST_FILES= bin/handbrake |