diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /graphics/rawstudio | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r-- | graphics/rawstudio/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index 002ada7c2859..409b1c1ef158 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -12,15 +12,15 @@ COMMENT= Open-source program to read and manipulate RAW photo images LICENSE= GPLv2 -LIB_DEPENDS= libpng.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 +LIB_DEPENDS= libpng.so:graphics/png \ + liblcms.so:graphics/lcms \ + libexiv2.so:graphics/exiv2 \ + libdbus-1.so:devel/dbus \ + libfftw3f.so:math/fftw3-float \ + liblensfun.so:graphics/lensfun \ + libflickcurl.so:www/flickcurl \ + libgphoto2.so:graphics/libgphoto2 +BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 USES= desktop-file-utils gettext gmake jpeg libtool pathfix pkgconfig \ sqlite |