svn commit: r464262 - head/audio/picard-plugins

Bryan Drewery bdrewery at FreeBSD.org
Mon Mar 12 17:03:04 UTC 2018


Author: bdrewery
Date: Mon Mar 12 17:03:03 2018
New Revision: 464262
URL: https://svnweb.freebsd.org/changeset/ports/464262

Log:
  Use proper PY_FLAVOR

Modified:
  head/audio/picard-plugins/Makefile

Modified: head/audio/picard-plugins/Makefile
==============================================================================
--- head/audio/picard-plugins/Makefile	Mon Mar 12 17:01:23 2018	(r464261)
+++ head/audio/picard-plugins/Makefile	Mon Mar 12 17:03:03 2018	(r464262)
@@ -30,7 +30,7 @@ OPTIONS_GROUP_REPLAYGAIN=	FLAC MP3 VORBIS WAVPACK
 OPTIONS_SUB=		yes
 
 BPM_DESC=		Beats per minute
-BPM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aubio>=0.4.5:audio/py-aubio@${FLAVOR}
+BPM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aubio>=0.4.5:audio/py-aubio@${PY_FLAVOR}
 
 MOODBAR_DESC=		Generate moodbar files
 MOODBAR_RUN_DEPENDS=	moodbar:audio/moodbar


More information about the svn-ports-all mailing list