diff options
-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> |