diff options
-rw-r--r-- | textproc/py-rxp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/textproc/py-rxp/Makefile b/textproc/py-rxp/Makefile index 206b3c7a8115..639d281629c5 100644 --- a/textproc/py-rxp/Makefile +++ b/textproc/py-rxp/Makefile @@ -26,12 +26,8 @@ DOCSDIR= ${PREFIX}/share/doc/py-rxp .include <bsd.port.pre.mk> -.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 + @${REINPLACE_CMD} -e 's/freebsd4/freebsd4", "freebsd5", "freebsd6/g' ${WRKSRC}/setup.py .if !defined(NOPORTDOCS) post-install: |