diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-24 14:31:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-24 14:31:12 +0800 |
commit | 3ef0e0e42382dfd54d1b0ccada05fa1a99233c62 (patch) | |
tree | ff5bb01f8eff9cbc9c059447e15e3bf33c77a285 | |
parent | 107c55d8e35f6acb7455ae68a07d1ad71b1651c8 (diff) | |
download | freebsd-ports-gnome-3ef0e0e42382dfd54d1b0ccada05fa1a99233c62.tar.gz freebsd-ports-gnome-3ef0e0e42382dfd54d1b0ccada05fa1a99233c62.tar.zst freebsd-ports-gnome-3ef0e0e42382dfd54d1b0ccada05fa1a99233c62.zip |
Mark as broken: does not build
Reported by: pkg-fallout
-rw-r--r-- | sysutils/slmon/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile index 8ed03e661015..85323d716589 100644 --- a/sysutils/slmon/Makefile +++ b/sysutils/slmon/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: slmon -# Date created: Nov 13, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= slmon PORTVERSION= 0.5.13 @@ -20,6 +15,8 @@ LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ MAKE_JOBS_SAFE= yes +BROKEN= Does not build + USE_GMAKE= yes GNU_CONFIGURE= yes |