libxml is not in WANTLIB (also after update) but there is a CMake check
at configure-time. Added NO_TEST=Yes, while here.

OK?

RS

Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/phonon-backend/gstreamer/Makefile,v
retrieving revision 1.22
diff -u -p -u -p -r1.22 Makefile
--- Makefile    19 Oct 2018 20:53:27 -0000      1.22
+++ Makefile    20 Feb 2019 05:23:26 -0000
@@ -27,9 +27,9 @@ RUN_DEPENDS-main =    multimedia/gstreamer1
 
 LIB_DEPENDS-icons =
 LIB_DEPENDS-main =     ${LIB_DEPENDS} \
-                       textproc/libxml \
                        multimedia/gstreamer1/core \
                        multimedia/gstreamer1/plugins-base
+LIB_DEPENDS-build =    textproc/libxml
 
 WANTLIB-icons =
 WANTLIB-main = ${WANTLIB} ${COMPILER_LIBCXX} GL m
@@ -47,5 +47,7 @@ WANTLIB-main +=               QtGui QtOpenGL
 .endif
 
 WRKDIST =              ${WRKDIR}/phonon-gstreamer-${VERSION}
+
+NO_TEST =              Yes
 
 .include <bsd.port.mk>

Reply via email to