diff options
author | grog <grog@FreeBSD.org> | 2016-01-30 08:21:14 +0800 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2016-01-30 08:21:14 +0800 |
commit | 4bfb1650c9bcb05d34c0dfda82c3db1eedde5d1f (patch) | |
tree | 627bf4b06d39a0c817f4cb04bfc1426bae0f1c05 /graphics | |
parent | 196a11b3e05f489afa34bcf7c549bfc8e0e3ad49 (diff) | |
download | freebsd-ports-graphics-4bfb1650c9bcb05d34c0dfda82c3db1eedde5d1f.tar.gz freebsd-ports-graphics-4bfb1650c9bcb05d34c0dfda82c3db1eedde5d1f.tar.zst freebsd-ports-graphics-4bfb1650c9bcb05d34c0dfda82c3db1eedde5d1f.zip |
Build depends on help2man.
Submitted by: Stari Karp
MFC after: 2 weeks
Diffstat (limited to 'graphics')
-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 acd033799e8..22634b648ce 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 \ |