diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 23:19:08 +0000 |
commit | a2157276860a3947431ad500cdb3a9017b7d3008 (patch) | |
tree | 0466a027a1b9e02968cfceb0159e462e8b34c86d /audio/aubio/Makefile | |
parent | 23f55e92b921e4ae98d452244cdea9d6d8c1300e (diff) | |
download | ports-a2157276860a3947431ad500cdb3a9017b7d3008.tar.gz ports-a2157276860a3947431ad500cdb3a9017b7d3008.zip |
Notes
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 |