Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2014 21:52:57 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340121 - head/graphics/rawstudio
Message-ID:  <201401172152.s0HLqvuk001083@svn.freebsd.org>

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



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