diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 12:23:53 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 12:23:53 +0800 |
commit | 4972b6ecdab39a01ff43bfbe697c262779117455 (patch) | |
tree | 61741214d0ef4e57394135eec49198635971ac23 /sysutils/abgx360 | |
parent | 52a25a61227d96a65665aa4b6df015a33a98ad72 (diff) | |
download | freebsd-ports-graphics-4972b6ecdab39a01ff43bfbe697c262779117455.tar.gz freebsd-ports-graphics-4972b6ecdab39a01ff43bfbe697c262779117455.tar.zst freebsd-ports-graphics-4972b6ecdab39a01ff43bfbe697c262779117455.zip |
Broken on tier-2 -9.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'sysutils/abgx360')
-rw-r--r-- | sysutils/abgx360/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sysutils/abgx360/Makefile b/sysutils/abgx360/Makefile index a621744a6ce..7385fe2f48c 100644 --- a/sysutils/abgx360/Makefile +++ b/sysutils/abgx360/Makefile @@ -22,4 +22,12 @@ GNU_CONFIGURE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/abgx360 ${PREFIX}/bin -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 900000 +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif +.endif + +.include <bsd.port.post.mk> |