summaryrefslogtreecommitdiff
path: root/devel/ruby-ncurses
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-30 07:13:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-30 07:13:27 +0000
commitd78520c87a3b2b75d3866aff569ca7cda8c85bda (patch)
treeb9014414ee3d0ddfb85a98f7136ab4e4efcbc5a7 /devel/ruby-ncurses
parentAfter repocopy from net/lam, add lam7, an MPI programming environment and (diff)
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=110374
Diffstat (limited to 'devel/ruby-ncurses')
-rw-r--r--devel/ruby-ncurses/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-ncurses/Makefile b/devel/ruby-ncurses/Makefile
index 07929f90e3cc..f92adbf1644a 100644
--- a/devel/ruby-ncurses/Makefile
+++ b/devel/ruby-ncurses/Makefile
@@ -25,6 +25,12 @@ INSTALL_TARGET= site-install
DOCS= Changes README THANKS TODO
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODDOCDIR}
@@ -35,4 +41,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/* ${RUBY_MODEXAMPLESDIR}/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>