Fix build on -current.

Mysteries in this port remain, such as why it depends on libreadline.so.6
directly, and why it brings in X11 dependencies only if you turn the
X11 OPTION off.
This commit is contained in:
Adam Weinberger 2014-08-16 21:20:57 +00:00
parent c40136b051
commit 28675b35b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365138

View File

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