diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-06 17:51:50 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-12-06 17:51:50 +0000 |
commit | b67a7391b1957a28ab259145701cd1fb19bdcb3e (patch) | |
tree | 0e6b1efa1376cbe3392e40564f715dff6a3746f5 /graphics | |
parent | ab7fd32beb092cbe5bf7c5e2ce43ee20ce3d8e4e (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openjpeg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile index 7b36c81ee288..6bdc115c6038 100644 --- a/graphics/openjpeg/Makefile +++ b/graphics/openjpeg/Makefile @@ -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 |