diff options
Diffstat (limited to 'audio/aubio/Makefile')
-rw-r--r-- | audio/aubio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index ff529f39a432..8329cdf6fd6e 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate \ GNU_CONFIGURE= yes # --disable-complex: does not compile due to missing carg(3) et al. CONFIGURE_ARGS= --disable-complex +NO_STAGE= yes USES= gmake pathfix pkgconfig USE_LDCONFIG= yes |