From 30c75f205c25d676d726fdc36f1d7af9a0e3614f Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Sat, 22 Jan 2005 07:40:13 +0000 Subject: [PATCH] Remove amd64 for supported ARCH Reported by: pointyhat via kris --- graphics/jpeg-mmx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 5f17b9e2a27a..366d7dc0c35c 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -17,7 +17,7 @@ COMMENT= IJG's jpeg compression utilities with MMX optimization BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm RUN_DEPENDS= cjpeg:${PORTSDIR}/graphics/jpeg -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 USE_LIBTOOL_VER=15 USE_GMAKE= yes