diff options
author | lioux <lioux@FreeBSD.org> | 2010-06-07 20:26:07 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2010-06-07 20:26:07 +0800 |
commit | b9d3ff5125b0f62a3909cf51c3b8c460ee76d622 (patch) | |
tree | 0bc0d0c62ae72de135821145178d7c2e6cce23b1 /graphics | |
parent | 3ee8cae150055793c4472f3fdf40d80a805b5776 (diff) | |
download | freebsd-ports-gnome-b9d3ff5125b0f62a3909cf51c3b8c460ee76d622.tar.gz freebsd-ports-gnome-b9d3ff5125b0f62a3909cf51c3b8c460ee76d622.tar.zst freebsd-ports-gnome-b9d3ff5125b0f62a3909cf51c3b8c460ee76d622.zip |
Fix build: USE_AUTOTOOLS automake 1.10 instead of 1.9.
PR: ports/147548
Approved by: maintainer
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 bdcc7eb3ebae..5058b4bb62f2 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -18,7 +18,7 @@ COMMENT= SIMD-accelerated JPEG codec which provides both the libjpeg,TurboJPEG CONFLICTS= jpeg-[0-9]* ONLY_FOR_ARCH= amd64 i386 -USE_AUTOTOOLS= autoconf:262 automake:19 libtool:22 +USE_AUTOTOOLS= autoconf:262 automake:110 libtool:22 GNU_CONFIGURE= yes USE_LDCONFIG= yes |