aboutsummaryrefslogtreecommitdiff
path: root/graphics/rawstudio
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-01-17 21:52:57 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-01-17 21:52:57 +0000
commitac617329b0f12e6519aab28194b94ab7c5f9b92c (patch)
tree288db02c656648571a9b0f125b543532421d5ed6 /graphics/rawstudio
parent000343d3dbf9082a83a3d4785be20c51352d9a3f (diff)
downloadports-ac617329b0f12e6519aab28194b94ab7c5f9b92c.tar.gz
ports-ac617329b0f12e6519aab28194b94ab7c5f9b92c.zip
Notes
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r--graphics/rawstudio/Makefile21
1 files 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