diff options
author | ahze <ahze@FreeBSD.org> | 2005-01-13 09:39:30 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-01-13 09:39:30 +0800 |
commit | 2fb55e3620a71a6e25e5e07021e9b3c2c5c1aeae (patch) | |
tree | c585663e196a989c09be5a69b05949d71ac56b29 /graphics | |
parent | 462be9dbbdb177b7b40332cef0b5aafe320acdec (diff) | |
download | freebsd-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/Makefile | 2 |
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 |