diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-23 13:29:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-03-23 13:29:54 +0000 |
commit | 38a1687eb3897c39e2d9a7715124a470cfcfa567 (patch) | |
tree | e67afe8680e08dc497e4751b253e2adf7f7a6b9f /net/bmon | |
parent | a9e994cf6a8301e305eb00a90f93572ef1380835 (diff) |
Notes
Diffstat (limited to 'net/bmon')
-rw-r--r-- | net/bmon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bmon/Makefile b/net/bmon/Makefile index b36c5bbbc4cd..29b2593b900e 100644 --- a/net/bmon/Makefile +++ b/net/bmon/Makefile @@ -19,6 +19,7 @@ OPTIONS= RRDTOOL "Enable RRD support" Off \ CONFIGURE_ENV+= "LDFLAGS=-L${LOCALBASE}/lib" "CPPFLAGS=-I${LOCALBASE}/include" GNU_CONFIGURE= YES +CONFIGURE_ARGS= --disable-asound USE_GMAKE= YES MAKEFILE= GNUmakefile |