svn commit: r403133 - head/graphics/openjpeg

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 6 17:51:51 UTC 2015


Author: sunpoet
Date: Sun Dec  6 17:51:50 2015
New Revision: 403133
URL: https://svnweb.freebsd.org/changeset/ports/403133

Log:
  - Add BUILD_DEPENDS for cmake version requirement
  
  PR:		203311
  Reported by:	Tilghman Lesher <tilghman at meg.abyt.es>

Modified:
  head/graphics/openjpeg/Makefile

Modified: head/graphics/openjpeg/Makefile
==============================================================================
--- head/graphics/openjpeg/Makefile	Sun Dec  6 17:51:46 2015	(r403132)
+++ head/graphics/openjpeg/Makefile	Sun Dec  6 17:51:50 2015	(r403133)
@@ -11,6 +11,7 @@ COMMENT=	Open-source JPEG 2000 codec
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	cmake>=3:${PORTSDIR}/devel/cmake
 LIB_DEPENDS=	liblcms2.so:${PORTSDIR}/graphics/lcms2 \
 		libpng.so:${PORTSDIR}/graphics/png \
 		libtiff.so:${PORTSDIR}/graphics/tiff


More information about the svn-ports-head mailing list