Remove WITH_QT_PHONON check, qt4-phonon was removed in r313054.

This commit is contained in:
Raphael Kubo da Costa 2013-07-02 17:32:22 +00:00
parent aef24b82bd
commit 1e1687202c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322187

View file

@ -43,10 +43,6 @@ CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF
PLIST_SUB+= QT_PREFIX=${QT_PREFIX}
.ifdef(WITH_QT_PHONON)
IGNORE= conflicts with Qt 4 phonon. Please, deinstall qt4-phonon and unset WITH_QT_PHONON to continue
.endif
pre-configure:
${REINPLACE_CMD} -e '/phonon.pc/s|pkgconfig|../libdata/pkgconfig|' \
-e 's|{QT_INCLUDES}|{QT_INCLUDES} ${LOCALBASE}/include|'\