diff options
author | ahze <ahze@FreeBSD.org> | 2005-01-22 07:40:13 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-01-22 07:40:13 +0000 |
commit | f573b48b6e529a751b1d543ff19495df524df3b9 (patch) | |
tree | 9618ecf9a8009d0f1d9818d0930dfcafcaee3ba4 | |
parent | 6f91dbc7558629e2d9f028e3bbd80694953cc9b9 (diff) | |
download | FreeBSD-ports-f573b48b6e529a751b1d543ff19495df524df3b9.zip FreeBSD-ports-f573b48b6e529a751b1d543ff19495df524df3b9.tar.gz |
Remove amd64 for supported ARCH
Reported by: pointyhat via kris
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 5f17b9e..366d7dc 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 |