diff options
author | rakuco <rakuco@FreeBSD.org> | 2012-05-21 22:36:32 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2012-05-21 22:36:32 +0800 |
commit | a62be854b652f8c1070a7497dc7c1ae5c465d31a (patch) | |
tree | bb29e74b275647caa3489110525f876a0541ac6f /textproc/goldendict | |
parent | e90f3d296f7c25d56bcbe5e49c393dd5e8fc03eb (diff) | |
download | freebsd-ports-gnome-a62be854b652f8c1070a7497dc7c1ae5c465d31a.tar.gz freebsd-ports-gnome-a62be854b652f8c1070a7497dc7c1ae5c465d31a.tar.zst freebsd-ports-gnome-a62be854b652f8c1070a7497dc7c1ae5c465d31a.zip |
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)
Diffstat (limited to 'textproc/goldendict')
-rw-r--r-- | textproc/goldendict/Makefile | 4 |
1 files 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} |