diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:39:44 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:39:44 +0800 |
commit | 0a29f0ee422e935f2623eca125884d3ece1d41fb (patch) | |
tree | fd07a38da43f7fa5c2bda8b5cfd2f9aba63c2be4 | |
parent | e766f6f9198df62c9e32471f215babbc748d4e09 (diff) | |
download | freebsd-ports-gnome-0a29f0ee422e935f2623eca125884d3ece1d41fb.tar.gz freebsd-ports-gnome-0a29f0ee422e935f2623eca125884d3ece1d41fb.tar.zst freebsd-ports-gnome-0a29f0ee422e935f2623eca125884d3ece1d41fb.zip |
BROKEN on 6.x: Does not build
-rw-r--r-- | textproc/py-rxp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <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 @@ -34,4 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |