From 78ce47384a22d1380bc10fb46c3850b2c04366f2 Mon Sep 17 00:00:00 2001 From: makc Date: Fri, 24 Sep 2010 19:11:01 +0000 Subject: - 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 Reviewed by: danfe (maintainer) --- x11/nvidia-driver-173/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'x11/nvidia-driver-173') 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 -- cgit