diff options
author | antoine <antoine@FreeBSD.org> | 2015-06-26 00:49:13 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-06-26 00:49:13 +0800 |
commit | b0483e07df7c0b4d442c96590e3cba0f010581ff (patch) | |
tree | 92c4408055441a3d0fa906c9f4827cd420e8dafd /graphics | |
parent | 8df1fe979295e06af46a52951c8e7e9d3de9d027 (diff) | |
download | freebsd-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/Makefile | 5 |
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 |