forked from Lainports/freebsd-ports
- Mark BROKEN on 7.0
Reported by: pointyhat Approved by: portmgr (hat)
This commit is contained in:
parent
9591d28a03
commit
fa8319f5f2
2 changed files with 14 additions and 2 deletions
|
|
@ -26,4 +26,10 @@ USE_X_PREFIX= yes
|
|||
post-extract:
|
||||
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -26,4 +26,10 @@ USE_X_PREFIX= yes
|
|||
post-extract:
|
||||
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue