summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index c0ea0e6..637eb67 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1193,10 +1193,8 @@ WITH_PKGNG?= yes
.endif
# Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
-# WITHOUT_NEW_XORG is set. There has been reports of new xorg not working
-# properly on sparc64, so exclude sparc64 for now.
+# WITHOUT_NEW_XORG is set.
# XXX - This version should switch to whatever version newcons gets.
-.if ${ARCH} != "sparc64"
.if ${OSVERSION} >= 1000051
.if !defined(WITHOUT_NEW_XORG)
WITH_NEW_XORG?= yes
@@ -1204,7 +1202,6 @@ WITH_NEW_XORG?= yes
.undef WITH_NEW_XORG
.endif
.endif
-.endif
# Only define tools here (for transition period with between pkg tools)
.include "${PORTSDIR}/Mk/bsd.commands.mk"