forked from Lainports/freebsd-ports
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:
parent
3ed58afe47
commit
ba5d4a9a5c
1 changed files with 7 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue