diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-07-01 10:38:54 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-07-01 10:38:54 +0000 |
commit | 3a5c8c86871d112432b3631d34f30d678a1e2bb7 (patch) | |
tree | cd08e39dd0e6ff45717efced72d1c62c410f72a8 /sysutils/pmap | |
parent | a14f93a3e01c3557f9f3949223cd4b695421dcc2 (diff) | |
download | ports-3a5c8c86871d112432b3631d34f30d678a1e2bb7.tar.gz ports-3a5c8c86871d112432b3631d34f30d678a1e2bb7.zip |
replace usage of BROKEN with IGNORE
PR: ports/53467
Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes:
svn path=/head/; revision=83978
Diffstat (limited to 'sysutils/pmap')
-rw-r--r-- | sysutils/pmap/Makefile | 2 |
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> |