diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
commit | bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch) | |
tree | 6198944537e2605f2a41371bfe1a13fd435427bc /sysutils/xperfmon3 | |
parent | 8cd27aeab31370ee610906a9c8c9f142beb264e8 (diff) |
Notes
Diffstat (limited to 'sysutils/xperfmon3')
-rw-r--r-- | sysutils/xperfmon3/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sysutils/xperfmon3/Makefile b/sysutils/xperfmon3/Makefile index c9c003459e06..4c5982f74e1e 100644 --- a/sysutils/xperfmon3/Makefile +++ b/sysutils/xperfmon3/Makefile @@ -17,9 +17,15 @@ EXTRACT_SUFX= v1.1.tar.Z MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE COMMENT= Xperfmon++ : A graphical X11 system performance monitor +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + LATEST_LINK= xperfmon3 USE_IMAKE= yes MAN1= xperfmon++.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |