1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Mark broken on 4.x

Reported by:	pointyhat via kris
This commit is contained in:
Andrew Pantyukhin 2006-11-07 16:11:54 +00:00
parent 6012672756
commit ce29770b14
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176718
2 changed files with 14 additions and 2 deletions

View File

@ -35,4 +35,10 @@ post-install:
@${LN} -sf ${PREFIX}/lib/${TKPKG}/lib${TKPKG}.so \
${PREFIX}/lib/${TKPKG}/lib${TKPKG}.so.0
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>

View File

@ -33,4 +33,10 @@ post-patch:
post-install:
@${LN} -sf ${USE_LDCONFIG}/lib${TKPKG}.so ${USE_LDCONFIG}/lib${TKPKG}.so.0
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>