diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
commit | 805405e3964a2085115a4bf50e79a34c71503d3b (patch) | |
tree | ee5451fa7080b87e26fda61d66c845b257fdbb3d /graphics/enblend | |
parent | a2ebdc120f17ae91a89c7bae11d08c5175686f01 (diff) | |
download | ports-805405e3964a2085115a4bf50e79a34c71503d3b.tar.gz ports-805405e3964a2085115a4bf50e79a34c71503d3b.zip |
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index 77bfd14f7439..d7e84673c254 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -17,8 +17,7 @@ COMMENT= A tool for image blending with multiresolution splines BUILD_DEPENDS= ${LOCALBASE}/include/boost/pool/pool.hpp:${PORTSDIR}/devel/boost-libs \ OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR -LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ lcms:${PORTSDIR}/graphics/lcms \ xmi.1:${PORTSDIR}/graphics/plotutils \ tiff.4:${PORTSDIR}/graphics/tiff @@ -32,7 +31,7 @@ USE_AUTOTOOLS= automake:110:env autoconf:262:env # http://groups.google.com/group/hugin-ptx/browse_thread/thread/725b1581c9889e37/50abe3387d61541a#50abe3387d61541a # Gerald Pfeifer <gerald@pfeifer.com> asked to use 4.4+ instead of 4.3+ USE_GCC= 4.4+ -USE_GL= glut +USE_GL= glew glut GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |