diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-28 12:16:29 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-12-28 12:16:29 +0000 |
commit | 45f3b0986ba88856c86bc3bfe66130502b16e197 (patch) | |
tree | c2db6eef475ab986b0a09c343801855483ae3852 /textproc/py-rxp | |
parent | 81416ae21a8b76d291531f48590ea34a15d8f8af (diff) | |
download | ports-45f3b0986ba88856c86bc3bfe66130502b16e197.tar.gz ports-45f3b0986ba88856c86bc3bfe66130502b16e197.zip |
Notes
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 |