summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-10-03 08:35:28 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-10-03 08:35:28 +0000
commit683b3316955d46c7019732bb2fc0768a11210dca (patch)
treefcef6bf0f553c96f07198bc98e46cb98fb1223e8 /Mk
parent3f73123c72dcbe5bcd4ad576fb58f3251b5694fb (diff)
downloadfreebsd-ports-683b3316955d46c7019732bb2fc0768a11210dca.zip
Switch to WITH_NEW_XORG for all supported version of FreeBSD by default
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk6
1 files changed, 2 insertions, 4 deletions
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)