aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2010-12-19 05:38:32 +0800
committermakc <makc@FreeBSD.org>2010-12-19 05:38:32 +0800
commit67adf39e3d47af5c78dd41b97f9c5311e8fa8225 (patch)
treeeedfd1f6653ce2b09c90b0f8b3726e591e649900 /sysutils
parent28ae6945068c28700e6e1efc5c5bc1799ea88be9 (diff)
downloadfreebsd-ports-gnome-67adf39e3d47af5c78dd41b97f9c5311e8fa8225.tar.gz
freebsd-ports-gnome-67adf39e3d47af5c78dd41b97f9c5311e8fa8225.tar.zst
freebsd-ports-gnome-67adf39e3d47af5c78dd41b97f9c5311e8fa8225.zip
Explicitly disable ALSA support.
PR: ports/153186 Approved by: Nikos Ntarmos (maintainer)
Diffstat (limited to 'sysutils')
-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"