diff options
author | kris <kris@FreeBSD.org> | 2005-08-31 11:12:14 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-08-31 11:12:14 +0800 |
commit | 7df16db1f95ee6fa7d7d491ddddd8c5ab73f5c2d (patch) | |
tree | 3bd061f2d8330320f30723dcff2b13a8cd0b989b /textproc | |
parent | 6d5db22e1abcf52b28d3f432f2871e7c45a28d67 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |