BROKEN on 6.x: Does not build

This commit is contained in:
Kris Kennaway 2004-11-18 22:39:44 +00:00
parent 64ba4d4c63
commit 6ba3719384
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121939

View File

@ -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>