Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 May 2018 18:07:32 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469681 - head/graphics/opencv
Message-ID:  <201805111807.w4BI7WFC075799@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Fri May 11 18:07:32 2018
New Revision: 469681
URL: https://svnweb.freebsd.org/changeset/ports/469681

Log:
  graphics/opencv: add missing LIB_DEPENDS

Modified:
  head/graphics/opencv/Makefile   (contents, props changed)

Modified: head/graphics/opencv/Makefile
==============================================================================
--- head/graphics/opencv/Makefile	Fri May 11 18:07:32 2018	(r469680)
+++ head/graphics/opencv/Makefile	Fri May 11 18:07:32 2018	(r469681)
@@ -267,12 +267,21 @@ OPENGL_USE=		${PORT_OPTIONS:MQT4:S,$,=opengl,}
 
 # GUI
 
-GTK2_USE=		GNOME=gtk20
+GTK2_USE=		GNOME=cairo,gdkpixbuf2,gtk20
 GTK2_CMAKE_BOOL=	WITH_GTK
+GTK2_LIB_DEPENDS=	libfreetype.so:print/freetype2 \
+			libharfbuzz.so:print/harfbuzz \
+			libsz.so:science/szip \
+			libfontconfig.so:x11-fonts/fontconfig \
+			liblept.so:graphics/leptonica
 
-QT4_USE=		QT4=gui,moc_build,qmake_build,rcc_build,uic_build,qtestlib
+QT4_USE=		QT4=corelib,gui,moc_build,qmake_build,rcc_build,uic_build,qtestlib
 QT4_CMAKE_ON=		-DWITH_QT:STRING="4"
 QT4_CMAKE_OFF=		-DWITH_QT:BOOL=OFF
+QT4_LIB_DEPENDS=	libfreetype.so:print/freetype2 \
+			libharfbuzz.so:print/harfbuzz \
+			libsz.so:science/szip \
+			liblept.so:graphics/leptonica
 
 .if defined(OCV_CORE)
 . for module in ${OCV_MODS} ${OCV_JAVA_MODS} ${OCV_PYTHON_MODS}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805111807.w4BI7WFC075799>