git: 1474ee3b8e5e - main - graphics/drawpile: Add required build dependency devel/kf5-extra-cmake-modules
Yuri Victorovich
yuri at FreeBSD.org
Mon Jul 12 07:40:01 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1474ee3b8e5ed35ec5acf8248a17ebf589573bee
commit 1474ee3b8e5ed35ec5acf8248a17ebf589573bee
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-07-12 07:38:28 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-07-12 07:38:28 +0000
graphics/drawpile: Add required build dependency devel/kf5-extra-cmake-modules
It was probably always installed by some other package before.
Reported by: fallout
---
graphics/drawpile/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/graphics/drawpile/Makefile b/graphics/drawpile/Makefile
index 40dfdecd576a..491c69353126 100644
--- a/graphics/drawpile/Makefile
+++ b/graphics/drawpile/Makefile
@@ -13,6 +13,7 @@ COMMENT= Collaborative drawing program
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
+BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules
LIB_DEPENDS= libgif.so:graphics/giflib \
libmicrohttpd.so:www/libmicrohttpd \
libminiupnpc.so:net/miniupnpc \
More information about the dev-commits-ports-all
mailing list