diff options
author | antoine <antoine@FreeBSD.org> | 2018-08-14 04:22:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-08-14 04:22:38 +0800 |
commit | 9157ccf38f1af63a10206ebfcc38b3ee2f985c73 (patch) | |
tree | b44f9a9490223ad15b3dad6f2492134852caa8fd /graphics/libjpeg-turbo/Makefile | |
parent | 77bde3b4cadec17a01f0b30f9a22ae99536870e1 (diff) | |
download | freebsd-ports-gnome-9157ccf38f1af63a10206ebfcc38b3ee2f985c73.tar.gz freebsd-ports-gnome-9157ccf38f1af63a10206ebfcc38b3ee2f985c73.tar.zst freebsd-ports-gnome-9157ccf38f1af63a10206ebfcc38b3ee2f985c73.zip |
Update graphics/jpeg-turbo and graphics/libjpeg-turbo to 2.0.0
Upstream switched build system to CMake
PR: 230143
With hat: portmgr
Diffstat (limited to 'graphics/libjpeg-turbo/Makefile')
-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 49c409a18ffc..22cac97a0b1c 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -8,6 +8,6 @@ COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG MASTERDIR= ${.CURDIR:H}/jpeg-turbo SLAVE_PORT= yes -OPTIONS_EXCLUDE=DOCS EXAMPLES +OPTIONS_EXCLUDE=DOCS .include "${MASTERDIR}/Makefile" |