From owner-svn-ports-all@freebsd.org Thu Jun 25 16:49:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F3A1A98CD0B; Thu, 25 Jun 2015 16:49:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E4D1F1A3F; Thu, 25 Jun 2015 16:49:13 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5PGnDqf078150; Thu, 25 Jun 2015 16:49:13 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5PGnDpl078149; Thu, 25 Jun 2015 16:49:13 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201506251649.t5PGnDpl078149@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Thu, 25 Jun 2015 16:49:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390585 - head/graphics/lightzone X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2015 16:49:14 -0000 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