Date: Mon, 7 Jan 2019 19:03:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489608 - head/deskutils/recoll Message-ID: <201901071903.x07J3ntE099015@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jan 7 19:03:49 2019 New Revision: 489608 URL: https://svnweb.freebsd.org/changeset/ports/489608 Log: Fix build with DEFAULT_VERSIONS=python=3.x PR: 234633 Modified: head/deskutils/recoll/Makefile Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Mon Jan 7 19:03:08 2019 (r489607) +++ head/deskutils/recoll/Makefile Mon Jan 7 19:03:49 2019 (r489608) @@ -60,7 +60,7 @@ QT4_USE= qt=moc_build,qmake_build,rcc_build,uic_build QT4_CONFIGURE_ENABLE= qtgui QT4_CONFIGURE_ENV= QMAKE="${QMAKE}" QMAKESPEC="${QMAKESPEC}" \ QTDIR="${PREFIX}" -SOUND_RUN_DEPENDS= mutagen-pony:audio/py-mutagen@${PY_FLAVOR} \ +SOUND_RUN_DEPENDS= mutagen-pony-${PYTHON_VER}:audio/py-mutagen@${PY_FLAVOR} \ pykaraoke:audio/py-karaoke@${PY_FLAVOR} X11MON_DESC= X11 session monitoring support X11MON_USES= fam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901071903.x07J3ntE099015>