Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Mar 2018 17:03:03 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464262 - head/audio/picard-plugins
Message-ID:  <201803121703.w2CH33jp092990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803121703.w2CH33jp092990>