- Mark BROKEN on HEAD: fails to build with new utmpx

- Fix whitespaces

Reported by:	pointyhat
This commit is contained in:
Martin Wilke 2010-03-20 15:41:49 +00:00
parent 59d9dee50a
commit e463dfdc2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251274

View File

@ -18,7 +18,7 @@ COMMENT= S-Lang System Monitor
LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
slang.2:${PORTSDIR}/devel/libslang2
MAKE_JOBS_SAFE= yes
MAKE_JOBS_SAFE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@ -30,4 +30,10 @@ PLIST_FILES= bin/slmon
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -lncurses -lm
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
.include <bsd.port.post.mk>