diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-25 21:41:44 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-05-25 21:41:44 +0800 |
commit | 9a08406cf890d1cfe55354e9f43777daf07b43df (patch) | |
tree | 19a7eb6e09621feeda9793c20672a8763bf08fae | |
parent | textproc/sigil: Update 2.4.2 => 2.5.0 (diff) |
graphics/libertiff: Fix build in poudriere
-rw-r--r-- | graphics/libertiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libertiff/Makefile b/graphics/libertiff/Makefile index 3e7477a47701..4f2fa951b60a 100644 --- a/graphics/libertiff/Makefile +++ b/graphics/libertiff/Makefile @@ -9,11 +9,11 @@ WWW= https://github.com/libertiff/libertiff LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -TEST_DEPENDS= googletest>=1.12.1:devel/googletest +BUILD_DEPENDS= googletest>=1.12.1:devel/googletest USES= cmake:testing compiler:c++11-lang -CMAKE_TESTING_ON= USE_EXTERNAL_GTEST +CMAKE_ON= USE_EXTERNAL_GTEST NO_ARCH= yes PLIST_FILES= include/libertiff.hpp |