diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2006-06-22 14:49:47 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2006-06-22 14:49:47 +0000 |
commit | 4fe88e3280883825f0fde1d32305c4c30a14e8fa (patch) | |
tree | e5257a85f951ef2822e8780de936143b40ed9167 /sysutils/pmap/Makefile | |
parent | 159a4dee1889423a271650b65efdf418cb23bc36 (diff) | |
download | ports-4fe88e3280883825f0fde1d32305c4c30a14e8fa.tar.gz ports-4fe88e3280883825f0fde1d32305c4c30a14e8fa.zip |
Notes
Diffstat (limited to 'sysutils/pmap/Makefile')
-rw-r--r-- | sysutils/pmap/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/pmap/Makefile b/sysutils/pmap/Makefile index 3fed12f01100..2d1fd60849d6 100644 --- a/sysutils/pmap/Makefile +++ b/sysutils/pmap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pmap -PORTVERSION= 20040420 +PORTVERSION= 20060622 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/pmap/ @@ -23,17 +23,17 @@ MANCOMPRESSED= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500000 -BROKEN= "Currently does not support -CURRENT" +.if ${OSVERSION} >= 700000 +BROKEN= Currently does not support -CURRENT .endif -.if ${OSVERSION} < 450000 -IGNORE= Not supported on systems prior to 4.5 +.if ${OSVERSION} < 600000 +IGNORE= not supported on systems prior to 6.0 .endif pre-fetch: .if !exists(${SRC_BASE}/sys/Makefile) -IGNORE= This port requires kernel sources +IGNORE= requires kernel sources .endif post-install: |