aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-09-12 21:44:28 +0800
committerdanfe <danfe@FreeBSD.org>2005-09-12 21:44:28 +0800
commit0eb572e13c2fe8aea5eb800b94afb47d73e7eaf9 (patch)
tree5f75f5ede80fe118525b6e17b016d297f4876fb2 /x11
parent2aaa11b7d7906c07560ef768bdc91c8a3fabc80d (diff)
downloadfreebsd-ports-gnome-0eb572e13c2fe8aea5eb800b94afb47d73e7eaf9.tar.gz
freebsd-ports-gnome-0eb572e13c2fe8aea5eb800b94afb47d73e7eaf9.tar.zst
freebsd-ports-gnome-0eb572e13c2fe8aea5eb800b94afb47d73e7eaf9.zip
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
Diffstat (limited to 'x11')
-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