diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-01-31 02:08:44 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-01-31 02:08:44 +0000 |
commit | c6374edd0352ac3e1094cfe057e55b321387a0f6 (patch) | |
tree | 4c8b2ec62198f0644499236a7d6e5e671b82a173 /multimedia | |
parent | 8da7d1da0c4864dd0c14cac4c3271308cd02fbce (diff) | |
download | ports-c6374edd0352ac3e1094cfe057e55b321387a0f6.tar.gz ports-c6374edd0352ac3e1094cfe057e55b321387a0f6.zip |
- Readd ONLY_FOR_ARCHS=i386
Tested by: pav (amd64)
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=127750
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/x264-devel/Makefile | 2 | ||||
-rw-r--r-- | multimedia/x264/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile index 71a3351d7fe3..5da799d90f7e 100644 --- a/multimedia/x264-devel/Makefile +++ b/multimedia/x264-devel/Makefile @@ -18,6 +18,8 @@ COMMENT= Multimedia library and tool for encoding H.264/AVC video streams BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +ONLY_FOR_ARCHS= i386 + USE_GETOPT_LONG=yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME} diff --git a/multimedia/x264/Makefile b/multimedia/x264/Makefile index 71a3351d7fe3..5da799d90f7e 100644 --- a/multimedia/x264/Makefile +++ b/multimedia/x264/Makefile @@ -18,6 +18,8 @@ COMMENT= Multimedia library and tool for encoding H.264/AVC video streams BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +ONLY_FOR_ARCHS= i386 + USE_GETOPT_LONG=yes USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME} |