Date: Tue, 2 Jul 2013 17:33:00 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322188 - head/multimedia/phonon-gstreamer Message-ID: <201307021733.r62HX0Jx020217@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Tue Jul 2 17:32:59 2013 New Revision: 322188 URL: http://svnweb.freebsd.org/changeset/ports/322188 Log: Remove WITH_QT_PHONON check, qt4-phonon was removed in r313054. Modified: head/multimedia/phonon-gstreamer/Makefile Modified: head/multimedia/phonon-gstreamer/Makefile ============================================================================== --- head/multimedia/phonon-gstreamer/Makefile Tue Jul 2 17:32:22 2013 (r322187) +++ head/multimedia/phonon-gstreamer/Makefile Tue Jul 2 17:32:59 2013 (r322188) @@ -33,10 +33,6 @@ MAKE_JOBS_SAFE= yes PLIST_SUB+= QT_PREFIX=${QT_PREFIX} -.if defined(WITH_QT_PHONON) -IGNORE= conflicts with Qt 4 Phonon. Please, deinstall qt4-phonon-gst and unset WITH_QT_PHONON to continue -.endif - OPTIONS_DEFINE= GST_PLUGINS GST_PLUGINS_DESC= Install GStreamer plugins
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307021733.r62HX0Jx020217>