diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-17 23:30:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-01-17 23:30:59 +0000 |
commit | 066ee5e518fdea188af45457853ee44b6a6750fc (patch) | |
tree | c6c4d38b2d1fd81175689f7a3ddfb4d677ec45aa /multimedia/handbrake/Makefile | |
parent | 85b5c03e7ff77e209adf6b2972834e730be625e8 (diff) |
- Mark BROKEN on amd64: does not compile
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=205757
Diffstat (limited to 'multimedia/handbrake/Makefile')
-rw-r--r-- | multimedia/handbrake/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/handbrake/Makefile b/multimedia/handbrake/Makefile index d757028d3f88..b8767cd19fde 100644 --- a/multimedia/handbrake/Makefile +++ b/multimedia/handbrake/Makefile @@ -64,6 +64,10 @@ APPLY?= /usr/bin/apply .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= Does not compile +.endif + # nasm/yasm needed by x264 .if ${ARCH}=="i386" BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm |