1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

BROKEN on 5.x: Does not build

This commit is contained in:
Kris Kennaway 2004-03-15 12:34:31 +00:00
parent 74fab5a147
commit 66525750e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104079

View File

@ -24,6 +24,12 @@ USE_X_PREFIX= yes
USE_XPM= yes
WRKSRC= ${WRKDIR}/xclasses
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502102
BROKEN= "Does not build on FreeBSD >=5.x"
.endif
post-patch:
.for file in build System/ARules.FreeBSD
@${PERL} -pi \
@ -62,4 +68,4 @@ do-install:
@cd ${WRKSRC} && ${SH} build install
@${INSTALL_SCRIPT} ${WRKSRC}/setenvxc ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>