diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-06-11 23:36:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-06-11 23:36:52 +0000 |
commit | 834cff2fe5fa6fd771991a4040f60c3a626993cc (patch) | |
tree | 228585b8c1db04b1e60e85fa35d69e756a2c153b /sysutils/ataidle | |
parent | e47d5e45efe70b13c184d7412f675a5596e4843b (diff) | |
download | ports-834cff2fe5fa6fd771991a4040f60c3a626993cc.tar.gz ports-834cff2fe5fa6fd771991a4040f60c3a626993cc.zip |
Notes
Diffstat (limited to 'sysutils/ataidle')
-rw-r--r-- | sysutils/ataidle/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/ataidle/Makefile b/sysutils/ataidle/Makefile index 56c49d28fb3c..479851c6de44 100644 --- a/sysutils/ataidle/Makefile +++ b/sysutils/ataidle/Makefile @@ -31,4 +31,8 @@ do-install: IGNORE= "requires ATAng, available in 5.1-CURRENT or newer" .endif +.if ${OSVERSION} > 600028 +BROKEN= "Does not compile on FreeBSD >= 6.0" +.endif + .include <bsd.port.post.mk> |