- Mark BROKEN on 6.X: does not compile

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-05-29 20:52:52 +00:00
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

View file

@ -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>

View file

@ -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