aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 10:53:43 +0800
committerkris <kris@FreeBSD.org>2004-09-26 10:53:43 +0800
commitb973637f540153e90150cf3623dc0fe03fbd3c81 (patch)
tree30f58cbb86596adb51115cdf822faf936eb07f97
parent30cdbd08d17fbad9421b5dd41e2f8bca36de1d7b (diff)
downloadfreebsd-ports-gnome-b973637f540153e90150cf3623dc0fe03fbd3c81.tar.gz
freebsd-ports-gnome-b973637f540153e90150cf3623dc0fe03fbd3c81.tar.zst
freebsd-ports-gnome-b973637f540153e90150cf3623dc0fe03fbd3c81.zip
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
-rw-r--r--devel/ruby-intl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-intl/Makefile b/devel/ruby-intl/Makefile
index 4cbb45a80d82..3677a1d31255 100644
--- a/devel/ruby-intl/Makefile
+++ b/devel/ruby-intl/Makefile
@@ -24,6 +24,12 @@ USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALL_TARGET= site-install
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not build on FreeBSD >= 5.x"
+.endif
+
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}/po/
@@ -34,4 +40,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_MODDOCDIR}/ja/
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>