From 6bdbaccec89cd3ff0360ba1bf78c74f5a3d543c2 Mon Sep 17 00:00:00 2001 From: kwm Date: Tue, 1 Mar 2011 10:11:42 +0000 Subject: 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 Approved by: x11 (miwi) --- Mk/bsd.xorg.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'Mk') 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" -- cgit