aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-07-12 07:38:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-07-12 07:38:28 +0000
commit1474ee3b8e5ed35ec5acf8248a17ebf589573bee (patch)
tree19717e3fb3a1016f05814368aeafdeba170c6a71
parent95e552429434c611422fd4e3cbfaf750b1125727 (diff)
downloadports-1474ee3b8e5ed35ec5acf8248a17ebf589573bee.tar.gz
ports-1474ee3b8e5ed35ec5acf8248a17ebf589573bee.zip
graphics/drawpile: Add required build dependency devel/kf5-extra-cmake-modules
It was probably always installed by some other package before. Reported by: fallout
-rw-r--r--graphics/drawpile/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \