diff options
Diffstat (limited to 'textproc/py-rxp')
-rw-r--r-- | textproc/py-rxp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/py-rxp/Makefile b/textproc/py-rxp/Makefile index 29624f346087..b21bcfdc4c74 100644 --- a/textproc/py-rxp/Makefile +++ b/textproc/py-rxp/Makefile @@ -27,6 +27,10 @@ DOCSDIR= ${PREFIX}/share/doc/py-rxp .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= does not build +.endif + post-patch: @${REINPLACE_CMD} -e 's/freebsd4/freebsd4", "freebsd5", "freebsd6", "freebsd7", "freebsd8/g' ${WRKSRC}/setup.py |