diff options
author | pav <pav@FreeBSD.org> | 2011-03-23 21:29:54 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-23 21:29:54 +0800 |
commit | 6037650427d37f02cf938a698cfe0ccc02f8bc93 (patch) | |
tree | 7cd57bcac1c53fb37bf2ab8b8f981686c2e8b5e5 /net/bmon | |
parent | 3dea15237253b850189222cd0d35e8c62a6c4c16 (diff) | |
download | freebsd-ports-gnome-6037650427d37f02cf938a698cfe0ccc02f8bc93.tar.gz freebsd-ports-gnome-6037650427d37f02cf938a698cfe0ccc02f8bc93.tar.zst freebsd-ports-gnome-6037650427d37f02cf938a698cfe0ccc02f8bc93.zip |
- Disable alsa-lib feature
Approved by: maintainer
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 |