diff options
-rw-r--r-- | sysutils/conky/Makefile | 3 |
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" |