diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-12-05 17:24:21 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-12-05 17:24:21 +0000 |
commit | d472a4c0c8ca1cdaf99b0b9927de50241bebd215 (patch) | |
tree | 3521cba79095f09b99e99a54171f93e9f0297ccc | |
parent | bd26a8c5900dddd816d0be9b24c1f22332dc2ab3 (diff) |
Notes
-rw-r--r-- | sysutils/abgx360/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/abgx360/Makefile b/sysutils/abgx360/Makefile index 7385fe2f48ca..e569525838b1 100644 --- a/sysutils/abgx360/Makefile +++ b/sysutils/abgx360/Makefile @@ -24,6 +24,10 @@ do-install: .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900044 +BROKEN= does not compile on FreeBSD 9.X +.endif + .if ${OSVERSION} > 900000 .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not compile on ia64, powerpc, or sparc64 |