From 43352aa5fce5e572ba5eaa135276fa60a1178999 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 18 May 2003 09:30:17 +0000 Subject: BROKEN on 5.1: does not compile --- sysutils/bubblemon/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils/bubblemon') diff --git a/sysutils/bubblemon/Makefile b/sysutils/bubblemon/Makefile index 1d71e74e2d89..76fdf0397237 100644 --- a/sysutils/bubblemon/Makefile +++ b/sysutils/bubblemon/Makefile @@ -17,6 +17,12 @@ COMMENT= Bubblemon is a system CPU and memory load monitor for the GNOME panel LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GNOME= gnomeprefix gnomehack libpanel @@ -39,4 +45,4 @@ post-install: .endfor .endif -.include +.include -- cgit