1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix a build error that showed up lately:

keyhtab.c:4:10: fatal error: 'readline/readline.h' file not found
This commit is contained in:
Jimmy Olgeni 2016-11-24 10:17:36 +00:00
parent d34c91c4e5
commit fb1a29d154
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426999

View File

@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses readline
ALL_TARGET= ytree
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -lreadline
OPTIONS_DEFINE= DOCS