diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-10-17 05:09:09 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-10-17 05:09:09 +0800 |
commit | f7298cf2df251f7247dd5c49c75d1a7ef1480899 (patch) | |
tree | 2ebf740561b102dc89e23ea4e10fdafcb1bc1236 /misc | |
parent | 5085feab831d2d588da779a0660880f32b141796 (diff) | |
download | freebsd-ports-gnome-f7298cf2df251f7247dd5c49c75d1a7ef1480899.tar.gz freebsd-ports-gnome-f7298cf2df251f7247dd5c49c75d1a7ef1480899.tar.zst freebsd-ports-gnome-f7298cf2df251f7247dd5c49c75d1a7ef1480899.zip |
misc/qt4-qtdemo:
- add explicit dependency on GStreamer 0.10, phonon-gstreamer is switching
to 1.x with the update to 4.8.0
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qt4-qtdemo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/qt4-qtdemo/Makefile b/misc/qt4-qtdemo/Makefile index 53f995466cb2..2d1164582028 100644 --- a/misc/qt4-qtdemo/Makefile +++ b/misc/qt4-qtdemo/Makefile @@ -3,7 +3,7 @@ PORTNAME= qtdemo DISTVERSION= ${QT4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc PKGNAMEPREFIX= qt4- @@ -11,9 +11,10 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt 4 demonstration and example applications USES= pkgconfig +USE_GSTREAMER= yes USE_QT4= qmake_build moc_build rcc_build uic_build corelib designer \ gui network opengl sql svg qtestlib xml imageformats_run dbus \ - script webkit phonon help assistant_run phonon-gst scripttools \ + script webkit phonon help assistant_run phonon-gst_run scripttools \ xmlpatterns multimedia QT_DIST= yes |