Mark BROKEN on -current.

tty.c wants a readline_echoing_p symbol that doesn't seem to exist in
readline from ports.
This commit is contained in:
Adam Weinberger 2014-08-17 01:31:13 +00:00
parent 3ed58afe47
commit ba5d4a9a5c

View file

@ -20,6 +20,12 @@ SUB_FILES= pmfrc.default
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.pre.mk>
.if !exists(/usr/lib/libreadline.so)
BROKEN= Does not build with modern readline from ports
.endif
post-build:
@${LN} -sf .pmfrc ${WRKSRC}/examples/dot.pmfrc
@ -34,4 +40,4 @@ do-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
.include <bsd.port.post.mk>