svn commit: r469681 - head/graphics/opencv
Bryan Drewery
bdrewery at FreeBSD.org
Fri May 11 18:38:55 UTC 2018
On 5/11/2018 11:07 AM, Steve Wills wrote:
> 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
>
PORTREVISION bump is needed?
> 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}
>
--
Regards,
Bryan Drewery
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20180511/01b9dbad/attachment.sig>
More information about the svn-ports-head
mailing list