diff options
Diffstat (limited to 'x11/bemenu/Makefile')
-rw-r--r-- | x11/bemenu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/bemenu/Makefile b/x11/bemenu/Makefile index 782d14e9c329..b71175497aa4 100644 --- a/x11/bemenu/Makefile +++ b/x11/bemenu/Makefile @@ -26,7 +26,7 @@ BACKEND_DESC= Backend NCURSES_USES= ncurses NCURSES_MAKE_ARGS= curses_CFLAGS="-I${NCURSESINC}" \ - curses_LIBS="-L${NCURSESLIB} -l${NCURSES_IMPL}" + curses_LIBS="-L${NCURSESLIB} ${NCURSESLIBS}" NCURSES_VARS= _BEMENU_RENDERERS+=curses WAYLAND_BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols WAYLAND_LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ |