diff options
author | kwm <kwm@FreeBSD.org> | 2011-03-01 18:11:42 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-03-01 18:11:42 +0800 |
commit | 6bdbaccec89cd3ff0360ba1bf78c74f5a3d543c2 (patch) | |
tree | cfb08dc1a674f254d326c91eedddec56f1d0f0b3 /Mk/bsd.xorg.mk | |
parent | 5896b31ab402d104e6b27d42a4f07d8b6741ed7e (diff) | |
download | freebsd-ports-gnome-6bdbaccec89cd3ff0360ba1bf78c74f5a3d543c2.tar.gz freebsd-ports-gnome-6bdbaccec89cd3ff0360ba1bf78c74f5a3d543c2.tar.zst freebsd-ports-gnome-6bdbaccec89cd3ff0360ba1bf78c74f5a3d543c2.zip |
Replace a custom ARCH check in Mk/bsd.xorg.mk for xf86-video-sunffb with
ONLY_FOR_ARCHS=sparc64 in the port itself.
axe md5 in distinfo.
PR: ports/154393
Submitted by: Eitan Adler <lists@eitanadler.com>
Approved by: x11 (miwi)
Diffstat (limited to 'Mk/bsd.xorg.mk')
-rw-r--r-- | Mk/bsd.xorg.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk index 0cf4a2be23d3..2457de67935b 100644 --- a/Mk/bsd.xorg.mk +++ b/Mk/bsd.xorg.mk @@ -57,9 +57,6 @@ USE_XORG+= fontsproto renderproto . else IGNORE= doesn't contain either "driver" or "input" . endif -. if ${PORTNAME:M*-sun*}x != x && ${ARCH} != sparc64 -IGNORE= is for sparc64 only -. endif . endif . if ${XORG_CAT} == "font" |