svn commit: r390585 - head/graphics/lightzone

Antoine Brodin antoine at FreeBSD.org
Thu Jun 25 16:49:14 UTC 2015


Author: antoine
Date: Thu Jun 25 16:49:13 2015
New Revision: 390585
URL: https://svnweb.freebsd.org/changeset/ports/390585

Log:
  Convert to USES=jpeg

Modified:
  head/graphics/lightzone/Makefile

Modified: head/graphics/lightzone/Makefile
==============================================================================
--- head/graphics/lightzone/Makefile	Thu Jun 25 16:48:19 2015	(r390584)
+++ head/graphics/lightzone/Makefile	Thu Jun 25 16:49:13 2015	(r390585)
@@ -18,15 +18,14 @@ BUILD_DEPENDS=	ant:${PORTSDIR}/devel/apa
 		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


More information about the svn-ports-all mailing list