- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
This commit is contained in:
parent
86a1054cb6
commit
b73ba4f2cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234816
2 changed files with 11 additions and 1 deletions
|
@ -23,4 +23,10 @@ USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
|||
USE_XFCE= configenv libgui libutil panel
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -58,6 +58,10 @@ OPTIONS= CAMPAIGN "Enable campaign server" On \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-debug
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue