diff options
author | linimon <linimon@FreeBSD.org> | 2008-12-10 15:35:19 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2008-12-10 15:35:19 +0800 |
commit | 5dba952df544cb22578a4420dc76372bf8c11096 (patch) | |
tree | 63368d4aae4db9efc2ca032511e7db5f40e56105 /x11-drivers | |
parent | 812b68b187731c45d5704e2e36d4a4d9ad5606b7 (diff) | |
download | freebsd-ports-graphics-5dba952df544cb22578a4420dc76372bf8c11096.tar.gz freebsd-ports-graphics-5dba952df544cb22578a4420dc76372bf8c11096.tar.zst freebsd-ports-graphics-5dba952df544cb22578a4420dc76372bf8c11096.zip |
Mark as broken on sparc64.
Hat: portmgr
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-via/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-via/Makefile b/x11-drivers/xf86-video-via/Makefile index 7a518fa532d..a133dfb0e6f 100644 --- a/x11-drivers/xf86-video-via/Makefile +++ b/x11-drivers/xf86-video-via/Makefile @@ -19,4 +19,10 @@ XORG_CAT= driver USE_XORG= xvmc xf86driproto xextproto x11 glproto MAN4= via.4x -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +IGNORE= does not install on sparc64 +.endif + +.include <bsd.port.post.mk> |