aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-01-13 09:39:30 +0800
committerahze <ahze@FreeBSD.org>2005-01-13 09:39:30 +0800
commit2fb55e3620a71a6e25e5e07021e9b3c2c5c1aeae (patch)
treec585663e196a989c09be5a69b05949d71ac56b29 /graphics
parent462be9dbbdb177b7b40332cef0b5aafe320acdec (diff)
downloadfreebsd-ports-gnome-2fb55e3620a71a6e25e5e07021e9b3c2c5c1aeae.tar.gz
freebsd-ports-gnome-2fb55e3620a71a6e25e5e07021e9b3c2c5c1aeae.tar.zst
freebsd-ports-gnome-2fb55e3620a71a6e25e5e07021e9b3c2c5c1aeae.zip
Add amd64 to list of supported cpus
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpeg-mmx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index 366d7dc0c35c..5f17b9e2a27a 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
+ONLY_FOR_ARCHS= i386 amd64
USE_LIBTOOL_VER=15
USE_GMAKE= yes