1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Mark BROKEN on 6.X

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-07-11 21:58:18 +00:00
parent c450942ce7
commit 261027a2fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257648

View File

@ -47,6 +47,12 @@ PLIST_SUB+= APPLET="@comment "
PLIST_SUB+= VERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not configure on 6.X
.endif
post-patch:
@${REINPLACE_CMD} -e 's|/usr/include/boost|${LOCALBASE}/include/boost|g' \
${WRKSRC}/configure
@ -59,4 +65,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>