From 9390c1c196fba9bf82f756487cec9a8c80c3ce5f Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 3 Oct 2014 08:35:28 +0000 Subject: Switch to WITH_NEW_XORG for all supported version of FreeBSD by default --- Mk/bsd.port.mk | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Mk') diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 0a6defdf3e25..2561d18ebf57 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1213,12 +1213,10 @@ _OSVERSION_MAJOR= ${OSVERSION:C/([0-9]?[0-9])([0-9][0-9])[0-9]{3}/\1/} # Enable new xorg for FreeBSD versions after Radeon KMS was imported unless # WITHOUT_NEW_XORG is set. -.if ${OSVERSION} >= 902510 -. if !defined(WITHOUT_NEW_XORG) +.if !defined(WITHOUT_NEW_XORG) WITH_NEW_XORG?= yes -. else +.else .undef WITH_NEW_XORG -. endif .endif # Only define tools here (for transition period with between pkg tools) -- cgit