diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-24 19:11:01 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-24 19:11:01 +0000 |
commit | 1570b91ba503d4dcd6f7a14965a0f2853c074a4b (patch) | |
tree | 308938120b96ee944c689d7955cd5a041c50ece4 /x11/nvidia-driver-96 | |
parent | 8b560ad29fb2ea29b901cb2e99489cdef8969a7b (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=261788
Diffstat (limited to 'x11/nvidia-driver-96')
-rw-r--r-- | x11/nvidia-driver-96/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/nvidia-driver-96/Makefile b/x11/nvidia-driver-96/Makefile index 36782f16d510..e480fda70201 100644 --- a/x11/nvidia-driver-96/Makefile +++ b/x11/nvidia-driver-96/Makefile @@ -6,6 +6,7 @@ # DISTVERSION= 96.43.16 +PORTREVISION= 0 MASTERDIR= ${.CURDIR}/../nvidia-driver NO_LATEST_LINK= yes |