From 1b9ec1582fbf2b219f611d52fca8410e3cd06973 Mon Sep 17 00:00:00 2001 From: makc <makc@FreeBSD.org> Date: Thu, 2 Dec 2010 19:47:17 +0000 Subject: KDE FreeBSD team is glad to present Qt 4.7.1 in ports. Along with Qt4 the following ports are updated: PyQt4 ports to 4.8.1 devel/py-sip to 4.11.2 devel/qscintilla2 to 2.4.5 PyKDE3 to 3.16.7 PyQt3 tp 3.18.2-snapshot-20091119 New ports added: devel/qt4-declarative devel/py-qt4-declarative x11/qt4-graphicssystems-opengl This release has been contributed by: Thomas Abthorpe (tabthorpe) Max Brazhnikov (makc) Dima Panov (fluffy) Alberto Villa (avilla) We'd like to thank Martin Wilke (miwi) for exp-run. --- multimedia/qt4-phonon-gst/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multimedia/qt4-phonon-gst') diff --git a/multimedia/qt4-phonon-gst/Makefile b/multimedia/qt4-phonon-gst/Makefile index 1cccae93c6ca..b53fbb00398d 100644 --- a/multimedia/qt4-phonon-gst/Makefile +++ b/multimedia/qt4-phonon-gst/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phonon -PORTVERSION= ${QT4_VERSION} +DISTVERSION= ${QT4_VERSION} CATEGORIES?= multimedia PKGNAMEPREFIX= qt4- PKGNAMESUFFIX= -gst @@ -46,7 +46,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} EXTRA_PATCHES= ${.CURDIR}/../../devel/qt4/files/patch-configure .if !defined(WITH_QT_PHONON) -IGNORE= conflicts with multimedia/phonon-gstreamer. You have defined WITH_KDE_PHONON to override Qt4 phonon +IGNORE= conflicts with multimedia/phonon-gstreamer. Define WITH_QT_PHONON to install Qt 4 phonon .endif pre-configure: -- cgit