From 3bc5b50b62034bdd770fc04a76313aeebf2f1e4f Mon Sep 17 00:00:00 2001 From: John Marino Date: Wed, 3 Feb 2016 00:16:12 +0000 Subject: [PATCH] misc/pdmenu: document ncurses requirement (USES+=ncurses) Also link with libncurses, not libcurses --- misc/pdmenu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile index c14670781c91..68b506decb92 100644 --- a/misc/pdmenu/Makefile +++ b/misc/pdmenu/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gettext gmake shebangfix +USES= gettext gmake ncurses shebangfix SHEBANG_FILES= examples/showdir.pl GNU_CONFIGURE= yes CONFIGURE_ENV= SLANG_H_LOC="${LOCALBASE}/include/slang.h" \ @@ -26,7 +26,7 @@ MAKE_ENV= INSTALL_PREFIX="${STAGEDIR}" CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lcurses -lintl +LIBS+= -L${LOCALBASE}/lib -lncurses -lintl post-patch: @${REINPLACE_CMD} -e \