aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-08-31 11:12:14 +0800
committerkris <kris@FreeBSD.org>2005-08-31 11:12:14 +0800
commit7df16db1f95ee6fa7d7d491ddddd8c5ab73f5c2d (patch)
tree3bd061f2d8330320f30723dcff2b13a8cd0b989b /textproc
parent6d5db22e1abcf52b28d3f432f2871e7c45a28d67 (diff)
downloadfreebsd-ports-gnome-7df16db1f95ee6fa7d7d491ddddd8c5ab73f5c2d.tar.gz
freebsd-ports-gnome-7df16db1f95ee6fa7d7d491ddddd8c5ab73f5c2d.tar.zst
freebsd-ports-gnome-7df16db1f95ee6fa7d7d491ddddd8c5ab73f5c2d.zip
BROKEN on >= 5.x: Configure fails
Diffstat (limited to 'textproc')
-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>