diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-31 20:08:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-31 20:08:07 +0000 |
commit | 99c6d2802fcd3f1e47e9fda647cef9f6bfce8a1c (patch) | |
tree | fcfbb0c8de736ab580f10f2a8ecbf11c9e7f9ced /x11 | |
parent | a29388c7f7e419df41f62e5ae55979e224e113fa (diff) | |
download | ports-99c6d2802fcd3f1e47e9fda647cef9f6bfce8a1c.tar.gz ports-99c6d2802fcd3f1e47e9fda647cef9f6bfce8a1c.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/nvidia-driver/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index 4787b2cc2a34..1ed84d3e9a45 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -42,6 +42,8 @@ NVVERSION= ${DISTVERSION:S/.//g} NVVERSION= ${DISTVERSION:S/.//g}00 .endif +.include <bsd.port.options.mk> + .if ${NVVERSION} >= 1952200 MASTER_SITE_SUBDIR= XFree86/FreeBSD-x86${ARCH_SUFX}/${DISTVERSION} ONLY_FOR_ARCHS= i386 amd64 |