diff options
author | makc <makc@FreeBSD.org> | 2010-09-25 03:11:01 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-09-25 03:11:01 +0800 |
commit | 78ce47384a22d1380bc10fb46c3850b2c04366f2 (patch) | |
tree | 85ffb723444054c58832ec4679d1735c82758717 /x11/nvidia-driver-173 | |
parent | a2b79544d6eb96773d6e365426915403fa0d1417 (diff) | |
download | freebsd-ports-graphics-78ce47384a22d1380bc10fb46c3850b2c04366f2.tar.gz freebsd-ports-graphics-78ce47384a22d1380bc10fb46c3850b2c04366f2.tar.zst freebsd-ports-graphics-78ce47384a22d1380bc10fb46c3850b2c04366f2.zip |
- Don't install vdpau library and headers, they are now provided by
multimedia/libvdpau. [1]
- Explicitly set PORTREVISION to zero for slaves ports (legacy drivers),
they are not affected by the changes.
PR: ports/150369 [1]
Submitted by: Anonymous <swell.k at gmail.com>
Reviewed by: danfe (maintainer)
Diffstat (limited to 'x11/nvidia-driver-173')
-rw-r--r-- | x11/nvidia-driver-173/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/nvidia-driver-173/Makefile b/x11/nvidia-driver-173/Makefile index bb08904f420..0c1c53fdf5b 100644 --- a/x11/nvidia-driver-173/Makefile +++ b/x11/nvidia-driver-173/Makefile @@ -6,6 +6,7 @@ # DISTVERSION= 173.14.25 +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-driver NO_LATEST_LINK= yes |