1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

lang/ohugs: document ncurses requirement (USES+=ncurses)

Also link with ncurses, not termcap

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-08 19:24:04 +00:00
parent ee2f8d2d50
commit 2e6e39e204
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408507

View File

@ -22,8 +22,8 @@ LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix
WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//}
BUILD_WRKSRC= ${WRKSRC}/src
USES= bison readline
LDFLAGS+= -lm -lreadline -ltermcap
USES= bison ncurses readline
LDFLAGS+= -lm -lreadline -lncurses
.if ${PORT_OPTIONS:MX11}
USES+= tk