diff options
author | kris <kris@FreeBSD.org> | 2003-05-18 09:30:17 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-18 09:30:17 +0000 |
commit | 43352aa5fce5e572ba5eaa135276fa60a1178999 (patch) | |
tree | e2c60f69bed9643c78f6289ecb76cb06b06380e0 /sysutils | |
parent | 05bee88083323644cbe52e2b777ee203302bdfbc (diff) | |
download | FreeBSD-ports-43352aa5fce5e572ba5eaa135276fa60a1178999.zip FreeBSD-ports-43352aa5fce5e572ba5eaa135276fa60a1178999.tar.gz |
BROKEN on 5.1: does not compile
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bubblemon/Makefile | 8 | ||||
-rw-r--r-- | sysutils/di/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sysutils/bubblemon/Makefile b/sysutils/bubblemon/Makefile index 1d71e74..76fdf03 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> diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile index bd59066..61a5b28 100644 --- a/sysutils/di/Makefile +++ b/sysutils/di/Makefile @@ -13,6 +13,12 @@ MASTER_SITES= http://www.gentoo.com/di/ MAINTAINER= bll@gentoo.com COMMENT= A disk information utility +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + HAS_CONFIGURE= yes MAN1= di.1 @@ -21,4 +27,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mi ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |