diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:24:29 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:24:29 +0000 |
commit | ce32659bf20f13c68ef5e344c1acf9169ad0f7f8 (patch) | |
tree | 5cb7e80a7e46f9b5b01858af2d07ddeb3586d323 | |
parent | ebc6ff7096a7f54f89f59d8cb53b0b512e3ae6c8 (diff) | |
download | ports-ce32659bf20f13c68ef5e344c1acf9169ad0f7f8.tar.gz ports-ce32659bf20f13c68ef5e344c1acf9169ad0f7f8.zip |
-rw-r--r-- | graphics/opencv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 8f761b74bea7..84603e97ba56 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libharfbuzz.so:print/harfbuzz \ libhdf5.so:science/hdf5 -USES= cmake compiler:c++14-lang localbase:ldflags pkgconfig +USES= cmake compiler:c++14-lang cpe localbase:ldflags pkgconfig USE_GITHUB= yes GH_ACCOUNT= WeChatCV:wechat GH_PROJECT= opencv_contrib:contrib \ |