diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-10-27 02:43:56 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-10-27 02:43:56 +0000 |
commit | c8bd92ab35dc55e3ad05f92d8a5f631a7d1b4f2e (patch) | |
tree | edaea6a1987cacdef9bee08cf58dbb15f83ef3d8 /sysutils/3dm | |
parent | 7638efe61584ac221e5f7201a1ec0a3c28ae208b (diff) |
3ware provides 3DM Management Utility compiled on 5.2.1-RELEASE.
So we cannot use this version on 4-stable.
Notes
Notes:
svn path=/head/; revision=146455
Diffstat (limited to 'sysutils/3dm')
-rw-r--r-- | sysutils/3dm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile index 0259360215e0..ba872c28b774 100644 --- a/sysutils/3dm/Makefile +++ b/sysutils/3dm/Makefile @@ -21,8 +21,8 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 450000 -IGNORE= "3ware 3ware ATA RAID (twe) is not supported in versions earlier than 4.5-RELEASE" +.if ${OSVERSION} < 502010 +IGNORE= "3DM Management Utility is not supported in versions earlier than 5.2.1-RELEASE" .endif ONLY_FOR_ARCHS= i386 amd64 |