mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
misc/pdmenu: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses
This commit is contained in:
parent
6288673fc9
commit
3bc5b50b62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407925
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue