diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 14:15:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-12 14:15:03 +0000 |
commit | 44e9f64a275cdae1f2dd4bd1a517f48f9e075a81 (patch) | |
tree | c4ea42245d0b053c1a31462b408d6990c18047e0 /graphics/enblend | |
parent | 9c8b302188158c6ba8db4af427c7bcb6b2c9452c (diff) | |
download | ports-44e9f64a275cdae1f2dd4bd1a517f48f9e075a81.tar.gz ports-44e9f64a275cdae1f2dd4bd1a517f48f9e075a81.zip |
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index a315bd4822ae..98998d4c210c 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -13,13 +13,13 @@ COMMENT= Tool for image blending with multiresolution splines BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \ OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - lcms2:${PORTSDIR}/graphics/lcms2 \ - xmi:${PORTSDIR}/graphics/plotutils \ - tiff:${PORTSDIR}/graphics/tiff \ - boost_filesystem:${PORTSDIR}/devel/boost-libs \ - vigraimpex:${PORTSDIR}/graphics/vigra \ - gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + liblcms2.so:${PORTSDIR}/graphics/lcms2 \ + libxmi.so:${PORTSDIR}/graphics/plotutils \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ + libvigraimpex.so:${PORTSDIR}/graphics/vigra \ + libgsl.so:${PORTSDIR}/math/gsl RUN_DEPENDS= OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR USE_AUTOTOOLS= automake:env autoconf:env |