diff options
author | nork <nork@FreeBSD.org> | 2005-10-27 10:43:56 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-10-27 10:43:56 +0800 |
commit | 206690d4d1bb4c8a2c33a3fba31dead2f48da453 (patch) | |
tree | 4bb4a8b8bcedb8de63c4087eb1bc084e37bd1558 /sysutils | |
parent | 8f954edbe9e63c803259357eb52173c716f88873 (diff) | |
download | freebsd-ports-gnome-206690d4d1bb4c8a2c33a3fba31dead2f48da453.tar.gz freebsd-ports-gnome-206690d4d1bb4c8a2c33a3fba31dead2f48da453.tar.zst freebsd-ports-gnome-206690d4d1bb4c8a2c33a3fba31dead2f48da453.zip |
3ware provides 3DM Management Utility compiled on 5.2.1-RELEASE.
So we cannot use this version on 4-stable.
Diffstat (limited to 'sysutils')
-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 |