aboutsummaryrefslogtreecommitdiff
path: root/audio/aubio/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2012-08-19 16:35:34 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2012-08-19 16:35:34 +0000
commit050d834527cc82e64410dd5dc73a8ac7fcb3f841 (patch)
treec5a62b6a1f76bccb1ba732424202f9c4723ef916 /audio/aubio/Makefile
parent1f853eae72e4d153c4487f0e8a1d4ca5a5f0b660 (diff)
downloadports-050d834527cc82e64410dd5dc73a8ac7fcb3f841.tar.gz
ports-050d834527cc82e64410dd5dc73a8ac7fcb3f841.zip
Sort knobs a bit.
Notes
Notes: svn path=/head/; revision=302764
Diffstat (limited to 'audio/aubio/Makefile')
-rw-r--r--audio/aubio/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/aubio/Makefile b/audio/aubio/Makefile
index b10a183b9f33..e5d6f3ede261 100644
--- a/audio/aubio/Makefile
+++ b/audio/aubio/Makefile
@@ -22,11 +22,12 @@ LIB_DEPENDS= samplerate:${PORTSDIR}/audio/libsamplerate \
lash:${PORTSDIR}/audio/lash
GNU_CONFIGURE= yes
+# --disable-complex: does not compile due to missing carg(3) et al.
+CONFIGURE_ARGS= --disable-complex
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
+
CPPFLAGS+= -I${LOCALBASE}/include
-# --disable-complex: does not compile due to missing carg(3) et al.
-CONFIGURE_ARGS= --disable-complex
.include <bsd.port.mk>