diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/aubio | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) |
Notes
Diffstat (limited to 'audio/aubio')
-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 e486198d0b41..ff529f39a432 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -20,8 +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 -USE_GMAKE= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include |