Date: Tue, 3 Sep 2013 12:42:48 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326141 - head/multimedia/phonon-gstreamer Message-ID: <201309031242.r83Cgmv8010291@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 3 12:42:48 2013 New Revision: 326141 URL: http://svnweb.freebsd.org/changeset/ports/326141 Log: Add an explicit dependency on pkgconf Modified: head/multimedia/phonon-gstreamer/Makefile Modified: head/multimedia/phonon-gstreamer/Makefile ============================================================================== --- head/multimedia/phonon-gstreamer/Makefile Tue Sep 3 12:41:02 2013 (r326140) +++ head/multimedia/phonon-gstreamer/Makefile Tue Sep 3 12:42:48 2013 (r326141) @@ -28,7 +28,7 @@ USE_QT4= gui phonon xml \ qmake_build moc_build rcc_build uic_build USE_XORG= x11 USE_XZ= yes -USES= cmake +USES= cmake pkgconfig PLIST_SUB+= QT_PREFIX=${QT_PREFIX}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309031242.r83Cgmv8010291>