- Added support for X.Org xserver ABI 24 (xorg-server 1.20) - Fixed a bug which could cause X servers that export a Video Driver ABI earlier than 0.8 to crash when running X11 applications which call XRenderAddTraps()
11 lines
268 B
Makefile
11 lines
268 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
DISTVERSION= 340.107
|
|
# Explicitly set PORTREVISION as it can be overridden by the master port
|
|
PORTREVISION= 0
|
|
|
|
MASTERDIR= ${.CURDIR}/../nvidia-driver
|
|
PKGNAMESUFFIX= -340
|
|
|
|
.include "${MASTERDIR}/Makefile"
|