aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pmap
diff options
context:
space:
mode:
authorskv <skv@FreeBSD.org>2003-07-01 18:38:54 +0800
committerskv <skv@FreeBSD.org>2003-07-01 18:38:54 +0800
commit0d972142eb6b3f6209666abcac1ca22c7b52128e (patch)
tree11cbe93edf2d4dc47316867af5be87ba9cf7ec4f /sysutils/pmap
parenta97a4b2b8ad3ac7ffa5d50b4c82536206f37e9dd (diff)
downloadfreebsd-ports-gnome-0d972142eb6b3f6209666abcac1ca22c7b52128e.tar.gz
freebsd-ports-gnome-0d972142eb6b3f6209666abcac1ca22c7b52128e.tar.zst
freebsd-ports-gnome-0d972142eb6b3f6209666abcac1ca22c7b52128e.zip
replace usage of BROKEN with IGNORE
PR: ports/53467 Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'sysutils/pmap')
-rw-r--r--sysutils/pmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile
index 62bd152e6524..294c524a1802 100644
--- a/sysutils/pmap/Makefile
+++ b/sysutils/pmap/Makefile
@@ -26,7 +26,7 @@ BROKEN= "Currently does not support -CURRENT"
.endif
.if ${OSVERSION} < 450000
-BROKEN= "Not supported on systems prior to 4.5"
+IGNORE= "Not supported on systems prior to 4.5"
.endif
.include <bsd.port.post.mk>