diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-09-23 14:27:55 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-09-23 14:27:55 +0000 |
commit | 497475262e6378a0892a6ec8ee674d86b0f5e5ec (patch) | |
tree | d0c1816cdabe9804bb101460dc3bfe11a612f870 /sysutils | |
parent | 3c5345ab11857a95b8da27807127bf1d38040696 (diff) | |
download | ports-497475262e6378a0892a6ec8ee674d86b0f5e5ec.tar.gz ports-497475262e6378a0892a6ec8ee674d86b0f5e5ec.zip |
Remove BROKEN for 8.x
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=241980
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pmap/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile index 70ea7df72e0b..fd5a95b306b5 100644 --- a/sysutils/pmap/Makefile +++ b/sysutils/pmap/Makefile @@ -29,10 +29,6 @@ MANCOMPRESSED= maybe .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800000 -BROKEN= Currently does not support -CURRENT -.endif - pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel sources |