From 6c3b6e07b6df1121fc532690c86c952e31109e0e Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Fri, 21 Oct 2011 02:57:23 +0000 Subject: [PATCH] Explicitly depend on qtestlib, which the buildsystem looks for. Approved by: makc (mentor), fluffy (maintainer, implicit) --- multimedia/gstreamer-qt4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/gstreamer-qt4/Makefile b/multimedia/gstreamer-qt4/Makefile index dd46e968fd39..55d925d370a5 100644 --- a/multimedia/gstreamer-qt4/Makefile +++ b/multimedia/gstreamer-qt4/Makefile @@ -27,7 +27,7 @@ USE_GSTREAMER= yes USE_GNOME= glib20 USE_KDE4= automoc4 USE_QT_VER= 4 -QT_COMPONENTS= corelib gui \ +QT_COMPONENTS= corelib gui qtestlib \ qmake_build moc_build rcc_build uic_build PLIST_SUB= VERSION="${GST_VERSION}"