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/luminance-qt5/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'graphics/luminance-qt5/Makefile')
-rw-r--r-- | graphics/luminance-qt5/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/luminance-qt5/Makefile b/graphics/luminance-qt5/Makefile index b1baa336edf2..92ca40e325f9 100644 --- a/graphics/luminance-qt5/Makefile +++ b/graphics/luminance-qt5/Makefile @@ -13,14 +13,14 @@ COMMENT= Complete open source solution for HDR photography LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 -LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ - libexiv2.so:${PORTSDIR}/graphics/exiv2 \ - libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ - libtiff.so:${PORTSDIR}/graphics/tiff \ - libgsl.so:${PORTSDIR}/math/gsl \ - libraw_r.so:${PORTSDIR}/graphics/libraw \ - libboost_system.so:${PORTSDIR}/devel/boost-libs +BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 +LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ + libexiv2.so:graphics/exiv2 \ + libIlmImf.so:graphics/OpenEXR \ + libtiff.so:graphics/tiff \ + libgsl.so:math/gsl \ + libraw_r.so:graphics/libraw \ + libboost_system.so:devel/boost-libs USES= cmake:outsource jpeg pkgconfig tar:bzip2 USE_QT5= concurrent declarative gui printsupport sql webkit xml \ |