diff options
Diffstat (limited to 'audio/aubio/Makefile')
-rw-r--r-- | audio/aubio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index d91d2421b9f..8a048305273 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/25 10:29:56 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/25 10:45:16 wiz Exp $ DISTNAME= aubio-0.3.2 PKGREVISION= 2 @@ -18,7 +18,7 @@ PKGCONFIG_OVERRIDE+= aubio.pc.in # Python related variables: PY_PATCHPLIST= yes -PYTHON_PATCH_SCRIPTS= python/aubiocut python/aubiopitch +REPLACE_PYTHON= python/aubiocut python/aubiopitch PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.3.2 .include "options.mk" |