diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-28 20:21:11 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-28 20:21:11 +0000 |
commit | c1fb8553dddf2c5345ecf3a0bd75108aa4c59f3a (patch) | |
tree | b6602fafcde7ec0086aa56e2a071a8bf85c3632b /audio/aubio | |
parent | 4a4cbc6b5844eafa3b8cae36c6871dc16a3b1978 (diff) |
Notes
Diffstat (limited to 'audio/aubio')
-rw-r--r-- | audio/aubio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile index 762ff2d0ccf9..b6e4cd7b95bb 100644 --- a/audio/aubio/Makefile +++ b/audio/aubio/Makefile @@ -20,7 +20,6 @@ LIB_DEPENDS= libsamplerate.so:${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 |