diff options
author | olgeni <olgeni@FreeBSD.org> | 2016-11-24 18:17:36 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2016-11-24 18:17:36 +0800 |
commit | f291984646721dc629ff0fde20457742b3ef8458 (patch) | |
tree | 0b26398c6cbb852fad9777cb59ee66c08a00b7ab /misc/ytree | |
parent | 61666d57347a97954698c4f0b37a1d28b499c26b (diff) | |
download | freebsd-ports-gnome-f291984646721dc629ff0fde20457742b3ef8458.tar.gz freebsd-ports-gnome-f291984646721dc629ff0fde20457742b3ef8458.tar.zst freebsd-ports-gnome-f291984646721dc629ff0fde20457742b3ef8458.zip |
Fix a build error that showed up lately:
keyhtab.c:4:10: fatal error: 'readline/readline.h' file not found
Diffstat (limited to 'misc/ytree')
-rw-r--r-- | misc/ytree/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/ytree/Makefile b/misc/ytree/Makefile index f1a9649e4105..407b283813dc 100644 --- a/misc/ytree/Makefile +++ b/misc/ytree/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses readline ALL_TARGET= ytree +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lreadline OPTIONS_DEFINE= DOCS |