aboutsummaryrefslogtreecommitdiff
path: root/graphics/enblend
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2017-06-02 20:52:46 +0000
committerMatthias Andree <mandree@FreeBSD.org>2017-06-02 20:52:46 +0000
commitd5851120f6b5996193671f081d065b3984175d62 (patch)
tree1b141573952f91bffbbc7003d68039096322b5ca /graphics/enblend
parent48ae3f0a3a21bb78a3b0127a67538e6a3367d10f (diff)
downloadports-d5851120f6b5996193671f081d065b3984175d62.tar.gz
ports-d5851120f6b5996193671f081d065b3984175d62.zip
Add libpng to LIB_DEPENDS, fixing poudriere builds.
This fixes the following poudriere build failure in the configure stage (in a fully patched amd64-based 10.3-RELEASE jail): [...] checking for jpeglib.h... yes checking png.h usability... no checking png.h presence... no checking for png.h... no configure: error: libpng-devel header files are required to compile Enblend. ===> Script "configure" failed unexpectedly. PR: 219569 Reported by: Stefan Ehmann (with different patch) Approved by: portmgr (blanket for trivial and tested fixes)
Notes
Notes: svn path=/head/; revision=442462
Diffstat (limited to 'graphics/enblend')
-rw-r--r--graphics/enblend/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
index bf7b74688a16..494f70955320 100644
--- a/graphics/enblend/Makefile
+++ b/graphics/enblend/Makefile
@@ -20,7 +20,8 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
libtiff.so:graphics/tiff \
libboost_filesystem.so:devel/boost-libs \
libvigraimpex.so:graphics/vigra \
- libgsl.so:math/gsl
+ libgsl.so:math/gsl \
+ libpng.so:graphics/png
RUN_DEPENDS= OpenEXR>=1.0:graphics/OpenEXR
BROKEN_powerpc64= fails to configure: libvigraimpex is required to compile Enblend