aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pmap
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 01:02:03 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 01:02:03 +0000
commit0e5e05297148f0214ed3a0fa093ea383651b9ef1 (patch)
tree53f632092dd1564d3231a3bbc2c0b91533ec490b /sysutils/pmap
parent9bdeccaea18d66e1dadaf1ea2b98845b2b91ad4e (diff)
downloadports-0e5e05297148f0214ed3a0fa093ea383651b9ef1.tar.gz
ports-0e5e05297148f0214ed3a0fa093ea383651b9ef1.zip
Notes
Diffstat (limited to 'sysutils/pmap')
-rw-r--r--sysutils/pmap/Makefile4
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