summaryrefslogtreecommitdiff
path: root/textproc/ruby-libxslt
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-libxslt')
-rw-r--r--textproc/ruby-libxslt/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/ruby-libxslt/Makefile b/textproc/ruby-libxslt/Makefile
index 47cdedd3605f..c6994420076e 100644
--- a/textproc/ruby-libxslt/Makefile
+++ b/textproc/ruby-libxslt/Makefile
@@ -34,8 +34,14 @@ RUBY_LIBXML_WRKSRC_CMD= cd ${PORTSDIR}/${RUBY_LIBXML_PORT} && ${MAKE} -V WRKSRC
INSTALL_TARGET= site-install
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 504100
+BROKEN= "Configure fails on FreeBSD >= 5.x"
+.endif
+
post-extract:
@${MKDIR} ${WRKDIR}
@${LN} -fs `${RUBY_LIBXML_WRKSRC_CMD}` ${WRKDIR}/libxml
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>