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/libraw/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'graphics/libraw/Makefile')
-rw-r--r-- | graphics/libraw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libraw/Makefile b/graphics/libraw/Makefile index e910c6bf1338..1df971eef79e 100644 --- a/graphics/libraw/Makefile +++ b/graphics/libraw/Makefile @@ -40,7 +40,7 @@ DEMOSAIC_PACK_GPL3_CONFIGURE_OFF= --disable-demosaic-pack-gpl3 DEMOSAIC_PACK_GPL3_CONFIGURE_ON= --enable-demosaic-pack-gpl3=../LibRaw-demosaic-pack-GPL3-${PORTVERSION} DEMOSAIC_PACK_GPL3_DISTFILES= LibRaw-demosaic-pack-GPL3-${PORTVERSION}.tar.gz LCMS2_CONFIGURE_ENABLE= lcms -LCMS2_LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 +LCMS2_LIB_DEPENDS= liblcms2.so:graphics/lcms2 OPENMP_CONFIGURE_ENABLE= openmp OPENMP_USE= GCC=yes |