git: bd27179ca2d7 - main - graphics/cairomm: Add missing dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 Aug 2024 20:32:41 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bd27179ca2d7315348d6812d403c7b392cb9e30d
commit bd27179ca2d7315348d6812d403c7b392cb9e30d
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-06 20:30:49 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-06 20:32:26 +0000
graphics/cairomm: Add missing dependency
Add libsigc++20 as dependency
Approved by: portmgr (blanket, build fix)
---
graphics/cairomm/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/graphics/cairomm/Makefile b/graphics/cairomm/Makefile
index 4b4ac4f4395f..236c51ff46ad 100644
--- a/graphics/cairomm/Makefile
+++ b/graphics/cairomm/Makefile
@@ -13,7 +13,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
libpng.so:graphics/png
USES= compiler:c++11-lang gnome meson pkgconfig tar:xz
-USE_GNOME= cairo
+USE_GNOME= cairo libsigc++20
USE_XORG= x11 xext xrender
USE_LDCONFIG= yes