svn commit: r489608 - head/deskutils/recoll

Antoine Brodin antoine at FreeBSD.org
Mon Jan 7 19:03:50 UTC 2019


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


More information about the svn-ports-head mailing list