diff options
author | makc <makc@FreeBSD.org> | 2010-05-22 04:54:47 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-22 04:54:47 +0800 |
commit | 27fd4bb2eba490a8822d7fa10671daa21b4a7640 (patch) | |
tree | d0e0bbb1cc5b1d6ddf77b749ddb249b13598967f /multimedia/phonon | |
parent | 1c95314dfef5f597b6f194d01ec857682f21e4a3 (diff) | |
download | freebsd-ports-gnome-27fd4bb2eba490a8822d7fa10671daa21b4a7640.tar.gz freebsd-ports-gnome-27fd4bb2eba490a8822d7fa10671daa21b4a7640.tar.zst freebsd-ports-gnome-27fd4bb2eba490a8822d7fa10671daa21b4a7640.zip |
Allow build on 6.x
Diffstat (limited to 'multimedia/phonon')
-rw-r--r-- | multimedia/phonon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/phonon/Makefile b/multimedia/phonon/Makefile index f3ed1e46432f..4bce3580139f 100644 --- a/multimedia/phonon/Makefile +++ b/multimedia/phonon/Makefile @@ -19,11 +19,12 @@ CONFLICTS= qt4-phonon-4* kdebase-runtime-4.1.[0-4]* PHONON_BRANCH= stable USE_BZIP2= yes +USE_CMAKE= yes USE_KDE4= kdehier automoc4 kdeprefix -KDE4_BUILDENV= yes USE_QT_VER= 4 QT_COMPONENTS= gui dbus xml qtestlib \ qmake_build moc_build rcc_build uic_build +USE_LDCONFIG= yes OPTIONS= PULSEAUDIO "Phonon support for PulseAudio" off |