From owner-svn-ports-all@FreeBSD.ORG Fri Jan 17 21:52:57 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6FAAF26; Fri, 17 Jan 2014 21:52:57 +0000 (UTC) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3A8E1F0C; Fri, 17 Jan 2014 21:52:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0HLqvtO001084; Fri, 17 Jan 2014 21:52:57 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0HLqvuk001083; Fri, 17 Jan 2014 21:52:57 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201401172152.s0HLqvuk001083@svn.freebsd.org> From: Koop Mast Date: Fri, 17 Jan 2014 21:52:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r340121 - head/graphics/rawstudio 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.17 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: Fri, 17 Jan 2014 21:52:57 -0000 Author: kwm Date: Fri Jan 17 21:52:57 2014 New Revision: 340121 URL: http://svnweb.freebsd.org/changeset/ports/340121 QAT: https://qat.redports.org/buildarchive/r340121/ Log: Update LIB_DEPENDS to new syntax (to chase after libgphoto2 update). USES=gmake Approved by: port clean up blanket Modified: head/graphics/rawstudio/Makefile Modified: head/graphics/rawstudio/Makefile ============================================================================== --- head/graphics/rawstudio/Makefile Fri Jan 17 21:49:50 2014 (r340120) +++ head/graphics/rawstudio/Makefile Fri Jan 17 21:52:57 2014 (r340121) @@ -12,22 +12,21 @@ COMMENT= Open-source program to read and LICENSE= GPLv2 -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - lcms.1:${PORTSDIR}/graphics/lcms \ - exiv2.12:${PORTSDIR}/graphics/exiv2 \ - dbus-1.3:${PORTSDIR}/devel/dbus \ - fftw3f:${PORTSDIR}/math/fftw3-float \ - lensfun.2:${PORTSDIR}/graphics/lensfun \ - flickcurl.0:${PORTSDIR}/www/flickcurl \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + liblcms.so:${PORTSDIR}/graphics/lcms \ + libexiv2.so:${PORTSDIR}/graphics/exiv2 \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + liblensfun.so:${PORTSDIR}/graphics/lensfun \ + libflickcurl.so:${PORTSDIR}/www/flickcurl \ + libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes -USES= gettext pkgconfig +USES= gettext gmake pkgconfig USE_GNOME= gtk20 libxml2 gconf2 desktopfileutils gnomehack USE_SQLITE= 3 USE_LDCONFIG= yes