From 6ba3719384a7db80697a144963b66abff3430ccd Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 18 Nov 2004 22:39:44 +0000 Subject: [PATCH] BROKEN on 6.x: Does not build --- textproc/py-rxp/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/textproc/py-rxp/Makefile b/textproc/py-rxp/Makefile index 99a1582a5344..206b3c7a8115 100644 --- a/textproc/py-rxp/Makefile +++ b/textproc/py-rxp/Makefile @@ -24,6 +24,12 @@ USE_REINPLACE= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-rxp DOCSDIR= ${PREFIX}/share/doc/py-rxp +.include + +.if ${OSVERSION} >= 600000 +BROKEN= "Does not build on FreeBSD >= 6.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's/freebsd4/freebsd4","freebsd5/g' ${WRKSRC}/setup.py @@ -34,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif -.include +.include