aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-08-17 09:31:13 +0800
committeradamw <adamw@FreeBSD.org>2014-08-17 09:31:13 +0800
commit99f1e432d7dd804cfcffc5f705f9f6c71b879632 (patch)
treeebabb6a934a1b276096a45ac30259ec308a90740 /net
parentc58a08c5e20d3be0c709766da4b1c5122963d821 (diff)
downloadfreebsd-ports-gnome-99f1e432d7dd804cfcffc5f705f9f6c71b879632.tar.gz
freebsd-ports-gnome-99f1e432d7dd804cfcffc5f705f9f6c71b879632.tar.zst
freebsd-ports-gnome-99f1e432d7dd804cfcffc5f705f9f6c71b879632.zip
Mark BROKEN on -current.
tty.c wants a readline_echoing_p symbol that doesn't seem to exist in readline from ports.
Diffstat (limited to 'net')
-rw-r--r--net/pmf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/pmf/Makefile b/net/pmf/Makefile
index 108883038576..a9e240645529 100644
--- a/net/pmf/Makefile
+++ b/net/pmf/Makefile
@@ -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>