summaryrefslogtreecommitdiff
path: root/x11/nvidia-driver
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-09-12 13:44:28 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-09-12 13:44:28 +0000
commit0982920874775f1a78418e5d6386d2c3a5ad1e69 (patch)
treea0125883333e1edf48678e8fd16d06e846889098 /x11/nvidia-driver
parentUpdate to 1.16 (diff)
Once again. nVidia's libGL depends on libm.so.3 which is not available
since ${OSVERSION} >= 600033. Get one via `misc/compat5x' port. Reported by: several
Notes
Notes: svn path=/head/; revision=142534
Diffstat (limited to 'x11/nvidia-driver')
-rw-r--r--x11/nvidia-driver/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile
index dedecdf2ac7c..ba6bfa250717 100644
--- a/x11/nvidia-driver/Makefile
+++ b/x11/nvidia-driver/Makefile
@@ -84,6 +84,9 @@ EXTRA_PATCHES+= ${FILESDIR}/6113-patch-lib::Makefile
.else
NVVERSION= 7676
EXTRA_PATCHES+= ${FILESDIR}/7667-*
+.if ${OSVERSION} >= 600033
+LIB_DEPENDS+= m.3:${PORTSDIR}/misc/compat5x
+.endif
.endif
PLIST_SUB+= DIFFS="@comment " DRVSO=""
.endif