Fix build with old xorg on 10-CURRENT.

Submitted by:	Fredrik Nystrom <fredrik@lysator.liu.se>
This commit is contained in:
Niclas Zeising 2013-10-01 17:56:36 +00:00
parent 7879ebfadc
commit aeeb855c1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328976

View file

@ -15,7 +15,7 @@ MAN4= ati.4x radeon.4x
NO_STAGE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000051
.if ${OSVERSION} < 1000051 || !defined(WITH_NEW_XORG)
ATI_VERSION= 6.14.6
CONFIGURE_ARGS+=--disable-kms
PLIST_SUB+= OLD=""