mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
da3162c7c9
Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
11 lines
256 B
Makefile
11 lines
256 B
Makefile
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
|
|
DISTVERSION= 340.108
|
|
# Explicitly set PORTREVISION as it can be overridden by the master port
|
|
PORTREVISION= 3
|
|
|
|
MASTERDIR= ${.CURDIR}/../nvidia-driver
|
|
PKGNAMESUFFIX= -340
|
|
|
|
.include "${MASTERDIR}/Makefile"
|