diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-01 14:41:55 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-01 14:41:55 +0800 |
commit | 1d5b3463fac36ef2adc54f5ad68fbffb0bb21d5c (patch) | |
tree | 02e00fa238131e150be83e9fad23df99b1be3f1d /Mk | |
parent | fb650524d85571fdc958266786b1b87cb98f4371 (diff) | |
download | freebsd-ports-gnome-1d5b3463fac36ef2adc54f5ad68fbffb0bb21d5c.tar.gz freebsd-ports-gnome-1d5b3463fac36ef2adc54f5ad68fbffb0bb21d5c.tar.zst freebsd-ports-gnome-1d5b3463fac36ef2adc54f5ad68fbffb0bb21d5c.zip |
Activate New Xorg for the full 10.x branch see UPDATING for details
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 0b88661a409a..3743d4b5eef1 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1217,7 +1217,7 @@ _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 && ${OSVERSION} < 1000000) || ${OSVERSION} >= 1000704 +.if ${OSVERSION} >= 902510 . if !defined(WITHOUT_NEW_XORG) WITH_NEW_XORG?= yes . else |