aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2017-03-23 03:16:36 +0800
committerantoine <antoine@FreeBSD.org>2017-03-23 03:16:36 +0800
commitece8f09a3b762da390cae41101d317e1277e7f13 (patch)
treef499ed10ffa62c14d01c8d07fa703c097f49f29d /graphics
parent2bdeae3d58059fd8aa0475e818de9f9c7f700e44 (diff)
downloadfreebsd-ports-gnome-ece8f09a3b762da390cae41101d317e1277e7f13.tar.gz
freebsd-ports-gnome-ece8f09a3b762da390cae41101d317e1277e7f13.tar.zst
freebsd-ports-gnome-ece8f09a3b762da390cae41101d317e1277e7f13.zip
tjbench links against libjpeg.so
Diffstat (limited to 'graphics')
-rw-r--r--graphics/jpeg-turbo/Makefile1
-rw-r--r--graphics/libjpeg-turbo/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/jpeg-turbo/Makefile b/graphics/jpeg-turbo/Makefile
index 19f107b9d4d8..99e361481682 100644
--- a/graphics/jpeg-turbo/Makefile
+++ b/graphics/jpeg-turbo/Makefile
@@ -49,6 +49,7 @@ BUILD_DEPENDS+= nasm:devel/nasm
.if ${SLAVE_PORT} == yes
# libturbojpeg.a has to be built with PIC for virtualgl
CONFIGURE_ARGS+=--with-pic
+USES+= jpeg
PLIST_SUB+= JPEG="@comment " LIBTURBOJPEG=""
.else
CONFIGURE_ARGS+=--without-turbojpeg
diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile
index 4043c268ab74..1047fbd7ba69 100644
--- a/graphics/libjpeg-turbo/Makefile
+++ b/graphics/libjpeg-turbo/Makefile
@@ -2,6 +2,7 @@
# $FreeBSD$
PKGNAMEPREFIX= lib
+PORTREVISION= 1
COMMENT= SIMD-accelerated JPEG codec library, provides libTurboJPEG