From ac617329b0f12e6519aab28194b94ab7c5f9b92c Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Fri, 17 Jan 2014 21:52:57 +0000 Subject: [PATCH] Update LIB_DEPENDS to new syntax (to chase after libgphoto2 update). USES=gmake Approved by: port clean up blanket --- graphics/rawstudio/Makefile | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 4fa3f88ba9a5..3498b11c96b4 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -12,22 +12,21 @@ COMMENT= Open-source program to read and manipulate RAW photo images 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