diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 17:30:17 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 17:30:17 +0800 |
commit | 43352aa5fce5e572ba5eaa135276fa60a1178999 (patch) | |
tree | e2c60f69bed9643c78f6289ecb76cb06b06380e0 /sysutils/bubblemon | |
parent | 05bee88083323644cbe52e2b777ee203302bdfbc (diff) | |
download | freebsd-ports-gnome-43352aa5fce5e572ba5eaa135276fa60a1178999.tar.gz freebsd-ports-gnome-43352aa5fce5e572ba5eaa135276fa60a1178999.tar.zst freebsd-ports-gnome-43352aa5fce5e572ba5eaa135276fa60a1178999.zip |
BROKEN on 5.1: does not compile
Diffstat (limited to 'sysutils/bubblemon')
-rw-r--r-- | sysutils/bubblemon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> |