diff options
author | Greg Lehey <grog@FreeBSD.org> | 2016-01-30 00:21:14 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2016-01-30 00:21:14 +0000 |
commit | 4836af7d2b975f4c2b9a55f231af72091f681100 (patch) | |
tree | 627bf4b06d39a0c817f4cb04bfc1426bae0f1c05 /graphics/enblend | |
parent | 295a85444230343738da96d27279083c1be5e957 (diff) | |
download | ports-4836af7d2b975f4c2b9a55f231af72091f681100.tar.gz ports-4836af7d2b975f4c2b9a55f231af72091f681100.zip |
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r-- | graphics/enblend/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile index acd033799e8a..22634b648ce0 100644 --- a/graphics/enblend/Makefile +++ b/graphics/enblend/Makefile @@ -11,7 +11,8 @@ DISTNAME= enblend-enfuse-${PORTVERSION} MAINTAINER= grog@FreeBSD.org COMMENT= Tool for image blending with multiresolution splines -BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \ +BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \ + ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo \ OpenEXR>=1.0:${PORTSDIR}/graphics/OpenEXR LIB_DEPENDS= liblcms2.so:${PORTSDIR}/graphics/lcms2 \ libtiff.so:${PORTSDIR}/graphics/tiff \ |