aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/slmon
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-03-20 23:41:49 +0800
committermiwi <miwi@FreeBSD.org>2010-03-20 23:41:49 +0800
commit3122cf905935ae8e575bf7be5042484f1e0a4107 (patch)
treeea238175cc0b5a386803bd27db8732cd95109e4f /sysutils/slmon
parent3c94694bbdccab70b3fd03939d43f871b697dd40 (diff)
downloadfreebsd-ports-gnome-3122cf905935ae8e575bf7be5042484f1e0a4107.tar.gz
freebsd-ports-gnome-3122cf905935ae8e575bf7be5042484f1e0a4107.tar.zst
freebsd-ports-gnome-3122cf905935ae8e575bf7be5042484f1e0a4107.zip
- Mark BROKEN on HEAD: fails to build with new utmpx
- Fix whitespaces Reported by: pointyhat
Diffstat (limited to 'sysutils/slmon')
-rw-r--r--sysutils/slmon/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile
index e22f39f765c4..14c95df90294 100644
--- a/sysutils/slmon/Makefile
+++ b/sysutils/slmon/Makefile
@@ -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>