misc/pdmenu: document ncurses requirement (USES+=ncurses)

Also link with libncurses, not libcurses
This commit is contained in:
John Marino 2016-02-03 00:16:12 +00:00
parent 6288673fc9
commit 3bc5b50b62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407925

View file

@ -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 \