diff options
author | makc <makc@FreeBSD.org> | 2014-10-17 05:09:09 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-10-17 05:09:09 +0800 |
commit | dfe3f8fadb01383c7cf9f4e03708520fd73e646e (patch) | |
tree | 2ebf740561b102dc89e23ea4e10fdafcb1bc1236 /misc | |
parent | 0f6fc5207f9dc2ed4a79151ab763f52ed231f1d7 (diff) | |
download | freebsd-ports-graphics-dfe3f8fadb01383c7cf9f4e03708520fd73e646e.tar.gz freebsd-ports-graphics-dfe3f8fadb01383c7cf9f4e03708520fd73e646e.tar.zst freebsd-ports-graphics-dfe3f8fadb01383c7cf9f4e03708520fd73e646e.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 53f995466cb..2d116458202 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 |