diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:12 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-20 16:13:12 +0000 |
commit | 8b266288bcb318b249b6d60890720a48fe5d233f (patch) | |
tree | cab0148fff1cecd4ce60bbfc5259cfb8ca9c9487 | |
parent | 7427054309a0e5a82c1358a7ce88541534911094 (diff) | |
download | ports-8b266288bcb318b249b6d60890720a48fe5d233f.tar.gz ports-8b266288bcb318b249b6d60890720a48fe5d233f.zip |
graphics/openexr: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/openexr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index 0944eb2b576b..add5b44e09e7 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD3CLAUSE # exact version required to avoid hard-to-debug issues LIB_DEPENDS= libImath-3_1.so.29:math/Imath -USES= cmake compiler:c++14-lang pathfix pkgconfig +USES= cmake compiler:c++14-lang cpe pathfix pkgconfig USE_GITHUB= yes GH_TUPLE= AcademySoftwareFoundation:openexr:v${PORTVERSION} |