From 0ae14beefc77b67828465b04f15834f810029f0e Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 30 Jun 2017 09:35:22 -0400 Subject: Fix up some more of the lumina-calculator Makefile - it also needs the X11/XCB dependencies explicitly listed --- port-files/FreeBSD/deskutils/lumina-calculator/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'port-files') diff --git a/port-files/FreeBSD/deskutils/lumina-calculator/Makefile b/port-files/FreeBSD/deskutils/lumina-calculator/Makefile index 8fa281a8..3e85119f 100644 --- a/port-files/FreeBSD/deskutils/lumina-calculator/Makefile +++ b/port-files/FreeBSD/deskutils/lumina-calculator/Makefile @@ -11,6 +11,11 @@ COMMENT= Scientific calculator from the Lumina Desktop LICENSE= BSD3CLAUSE +LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \ + libxcb-icccm.so:x11/xcb-util-wm \ + libxcb-image.so:x11/xcb-util-image \ + libxcb-util.so:x11/xcb-util + CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N @@ -21,6 +26,8 @@ I18N_DESC= Install localization files MAKE_JOBS_UNSAFE=yes +USE_GL= gl +USE_XORG= x11 xdamage xcb USE_QT5= core gui widgets network svg \ buildtools_build x11extras concurrent multimedia USES= qmake -- cgit