aboutsummaryrefslogtreecommitdiff
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
parentba3a6378a7464196655ef05c7d183e3a6f50a92d (diff)
downloadports-d78520c87a3b2b75d3866aff569ca7cda8c85bda.tar.gz
ports-d78520c87a3b2b75d3866aff569ca7cda8c85bda.zip
Notes
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>