diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-10-22 02:13:47 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2011-10-22 02:13:47 +0000 |
commit | cebcb7a5f3e226c4fd2e65717a2f40916299ed06 (patch) | |
tree | f237348b1034d115e768e66a86a6df50b150f702 /multimedia/gstreamer-qt4 | |
parent | c0f72da9940b5ed5b198b6d9859bd2cddf840490 (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer-qt4')
-rw-r--r-- | multimedia/gstreamer-qt4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/gstreamer-qt4/Makefile b/multimedia/gstreamer-qt4/Makefile index 55d925d370a5..322b61a99650 100644 --- a/multimedia/gstreamer-qt4/Makefile +++ b/multimedia/gstreamer-qt4/Makefile @@ -27,8 +27,8 @@ USE_GSTREAMER= yes USE_GNOME= glib20 USE_KDE4= automoc4 USE_QT_VER= 4 -QT_COMPONENTS= corelib gui qtestlib \ - qmake_build moc_build rcc_build uic_build +QT_COMPONENTS= corelib gui \ + qmake_build moc_build rcc_build uic_build qtestlib_build PLIST_SUB= VERSION="${GST_VERSION}" |