aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-01-13 09:39:30 +0800
committerMichael Johnson <ahze@FreeBSD.org>2005-01-13 09:39:30 +0800
commit3b0655d9520f9093710d026541f6d42718cfd75e (patch)
tree47161da5d2bc817c517526bebbfe8ea1ba091cf2
parentd8d393df80872aca28f7802d94b40e0698811bcf (diff)
downloadfreebsd-ports-gnome-3b0655d9520f9093710d026541f6d42718cfd75e.tar.gz
freebsd-ports-gnome-3b0655d9520f9093710d026541f6d42718cfd75e.tar.zst
freebsd-ports-gnome-3b0655d9520f9093710d026541f6d42718cfd75e.zip
Add amd64 to list of supported cpus
-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