diff options
Diffstat (limited to 'audio/aubio/Makefile')
-rw-r--r-- | audio/aubio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index 571a686a3a20..e486198d0b41 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -21,9 +21,8 @@ GNU_CONFIGURE= yes # --disable-complex: does not compile due to missing carg(3) et al. CONFIGURE_ARGS= --disable-complex USE_GMAKE= yes -USES= pathfix +USES= pathfix pkgconfig USE_LDCONFIG= yes -USE_PKGCONFIG= build CPPFLAGS+= -I${LOCALBASE}/include |