diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 09:02:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 09:02:03 +0800 |
commit | 9649b52bec0b95b5d86384ee381ca634884cfa53 (patch) | |
tree | 763b8482cdb320ef9677ea1f3af0439579ae19e2 /sysutils/pmap | |
parent | 2bf835da305fbe86800b05f486fe7195323df0e3 (diff) | |
download | freebsd-ports-gnome-9649b52bec0b95b5d86384ee381ca634884cfa53.tar.gz freebsd-ports-gnome-9649b52bec0b95b5d86384ee381ca634884cfa53.tar.zst freebsd-ports-gnome-9649b52bec0b95b5d86384ee381ca634884cfa53.zip |
BROKEN on 6.x: Does not compile
Diffstat (limited to 'sysutils/pmap')
-rw-r--r-- | sysutils/pmap/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile index fdaa8ab6239c..ac82cbe79641 100644 --- a/sysutils/pmap/Makefile +++ b/sysutils/pmap/Makefile @@ -28,6 +28,10 @@ MANCOMPRESSED= maybe BROKEN= Currently does not support -CURRENT .endif +.if ${OSVERSION} >= 601104 +BROKEN= Does not compile on FreeBSD >= 6.x +.endif + .if ${OSVERSION} < 600000 IGNORE= not supported on systems prior to 6.0 .endif |