From a6e026add11fa5d5d11d3aa40f821e68f8709c5b Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Mon, 21 May 2012 14:36:32 +0000 Subject: [PATCH] Add phonon to QT_COMPONENTS. goldendict seems to use phonon, but it was not listed in the dependency list explicitly, which failed the Qt 4.8.1 exp-run. PORTREVISION bumped due to the dependency list change. Approved by: miwi (Qt 4.8.1 exp-run) --- textproc/goldendict/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 787849dc7357..e5a332c8fb9a 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -7,7 +7,7 @@ PORTNAME= goldendict PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C|(.*)\.[0-9]*$|\1|}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -25,7 +25,7 @@ HAS_CONFIGURE= yes USE_GNOME= pkgconfig USE_XORG= xtst USE_QT_VER= 4 -QT_COMPONENTS= corelib gui webkit \ +QT_COMPONENTS= corelib gui webkit phonon \ qmake_build linguist_build moc_build rcc_build script_build uic_build WRKSRC= ${WRKDIR}