diff options
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/nvidia-driver-173/Makefile | 13 |
2 files changed, 0 insertions, 14 deletions
diff --git a/x11/Makefile b/x11/Makefile index 605176afc666..274834251bae 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -211,7 +211,6 @@ SUBDIR += mxico SUBDIR += numlockx SUBDIR += nvidia-driver - SUBDIR += nvidia-driver-173 SUBDIR += nvidia-driver-304 SUBDIR += nvidia-driver-340 SUBDIR += nvidia-settings diff --git a/x11/nvidia-driver-173/Makefile b/x11/nvidia-driver-173/Makefile deleted file mode 100644 index fcc91996c3a4..000000000000 --- a/x11/nvidia-driver-173/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -# Created by: Alexey Dokuchaev <danfe@FreeBSD.org> -# $FreeBSD$ - -DISTVERSION= 173.14.39 -# Explicitly set PORTREVISION as it can be overridden by the master port -PORTREVISION= 0 - -MASTERDIR= ${.CURDIR}/../nvidia-driver -PKGNAMESUFFIX= -173 - -FORBIDDEN= vulnerable to denial of service or arbitrary code execution (CVE-2014-8298) - -.include "${MASTERDIR}/Makefile" |