diff options
author | linimon <linimon@FreeBSD.org> | 2010-06-19 15:18:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2010-06-19 15:18:45 +0800 |
commit | 4b200fbee369caf1151baf555b13b72b4c4b6c01 (patch) | |
tree | 90595d3b50c375eb777cd6c1a249b154ef1bca33 /graphics | |
parent | 592d108b32345f1b64792a157b182e4f7c31f162 (diff) | |
download | freebsd-ports-gnome-4b200fbee369caf1151baf555b13b72b4c4b6c01.tar.gz freebsd-ports-gnome-4b200fbee369caf1151baf555b13b72b4c4b6c01.tar.zst freebsd-ports-gnome-4b200fbee369caf1151baf555b13b72b4c4b6c01.zip |
Correct spelling of ONLY_FOR_ARCHS.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libjpeg-turbo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile index 5058b4bb62f2..d703381ed820 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -17,7 +17,7 @@ MAINTAINER= bytestore@yandex.ru COMMENT= SIMD-accelerated JPEG codec which provides both the libjpeg,TurboJPEG CONFLICTS= jpeg-[0-9]* -ONLY_FOR_ARCH= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 USE_AUTOTOOLS= autoconf:262 automake:110 libtool:22 GNU_CONFIGURE= yes USE_LDCONFIG= yes |