Enable the new Mesa if the DragonFly version is new enough.

Submitted by:	Francois Tigeot
This commit is contained in:
Koop Mast 2014-10-18 09:13:49 +00:00
parent 68c965d903
commit 17ee344a16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371102

View File

@ -20,6 +20,10 @@
WITH_NEW_MESA=1
.endif
.if ${OPSYS} == DragonFly && ${DFLYVERSION} >= 300901
WITH_NEW_MESA=1
.endif
MESAVERSION= ${MESABASEVERSION}${MESASUBVERSION:C/^(.)/.\1/}
MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/}