Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jun 2015 16:49:13 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390585 - head/graphics/lightzone
Message-ID:  <201506251649.t5PGnDpl078149@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251649.t5PGnDpl078149>