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:
parent
6012672756
commit
ce29770b14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176718
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user