aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-06-26 00:49:13 +0800
committerantoine <antoine@FreeBSD.org>2015-06-26 00:49:13 +0800
commitb0483e07df7c0b4d442c96590e3cba0f010581ff (patch)
tree92c4408055441a3d0fa906c9f4827cd420e8dafd /graphics
parent8df1fe979295e06af46a52951c8e7e9d3de9d027 (diff)
downloadfreebsd-ports-gnome-b0483e07df7c0b4d442c96590e3cba0f010581ff.tar.gz
freebsd-ports-gnome-b0483e07df7c0b4d442c96590e3cba0f010581ff.tar.zst
freebsd-ports-gnome-b0483e07df7c0b4d442c96590e3cba0f010581ff.zip
Convert to USES=jpeg
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lightzone/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/lightzone/Makefile b/graphics/lightzone/Makefile
index 21cdccc4fa71..d71d6f818548 100644
--- a/graphics/lightzone/Makefile
+++ b/graphics/lightzone/Makefile
@@ -18,15 +18,14 @@ BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \
rsync:${PORTSDIR}/net/rsync \
tidy:${PORTSDIR}/www/tidy-lib \
autoconf:${PORTSDIR}/devel/autoconf
-LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
- liblcms2.so:${PORTSDIR}/graphics/lcms2 \
+LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \
libtiff.so:${PORTSDIR}/graphics/tiff
USE_GITHUB= yes
GH_ACCOUNT= ktgw0316
GH_PROJECT= LightZone
-USES= desktop-file-utils gmake pkgconfig
+USES= desktop-file-utils gmake jpeg pkgconfig
USE_ANT= yes
USE_JAVA= yes
USE_GCC= yes