svn commit: r407504 - head/graphics/enblend

Greg Lehey grog at FreeBSD.org
Sat Jan 30 00:21:15 UTC 2016


Author: grog (src committer)
Date: Sat Jan 30 00:21:14 2016
New Revision: 407504
URL: https://svnweb.freebsd.org/changeset/ports/407504

Log:
  Build depends on help2man.
  
  Submitted by:	Stari Karp
  MFC after:	2 weeks

Modified:
  head/graphics/enblend/Makefile

Modified: head/graphics/enblend/Makefile
==============================================================================
--- head/graphics/enblend/Makefile	Fri Jan 29 23:41:23 2016	(r407503)
+++ head/graphics/enblend/Makefile	Sat Jan 30 00:21:14 2016	(r407504)
@@ -11,7 +11,8 @@ DISTNAME=	enblend-enfuse-${PORTVERSION}
 MAINTAINER=	grog at 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 \


More information about the svn-ports-head mailing list