diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-30 17:50:37 +0800 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-12-30 17:50:37 +0800 |
commit | 1c46771d5c17b6e7a2b968fad189584bd9c2f7b2 (patch) | |
tree | e673b3079f5dae9409a08fdddce501ad642897fd /textproc/py-rxp/Makefile | |
parent | d7b4350ae87033799b03b71a6e22573e9abe0a94 (diff) | |
download | freebsd-ports-gnome-1c46771d5c17b6e7a2b968fad189584bd9c2f7b2.tar.gz freebsd-ports-gnome-1c46771d5c17b6e7a2b968fad189584bd9c2f7b2.tar.zst freebsd-ports-gnome-1c46771d5c17b6e7a2b968fad189584bd9c2f7b2.zip |
Unbreak on FreeBSD 6.
Diffstat (limited to 'textproc/py-rxp/Makefile')
-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: |