summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/conky/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/conky/Makefile b/sysutils/conky/Makefile
index a58c1355697a..cede0bad3ea7 100644
--- a/sysutils/conky/Makefile
+++ b/sysutils/conky/Makefile
@@ -25,7 +25,8 @@ USE_GNOME?= pkgconfig
USE_ICONV= yes
USE_GMAKE= yes
CONFIGURE_ARGS+= --disable-portmon \
- --disable-hddtemp
+ --disable-hddtemp \
+ --disable-alsa
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"