aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-12-14 18:32:18 +0800
committerdanfe <danfe@FreeBSD.org>2005-12-14 18:32:18 +0800
commit39d4e00747cbac6caef8ff86a1d9c255524a88d7 (patch)
tree9ca16c78cf78b5a3b3678b089228c836ddc2bc7d /x11
parentb7020e8e2c2607ac4e66bfe658d3dbabca59dcc0 (diff)
downloadfreebsd-ports-gnome-39d4e00747cbac6caef8ff86a1d9c255524a88d7.tar.gz
freebsd-ports-gnome-39d4e00747cbac6caef8ff86a1d9c255524a88d7.tar.zst
freebsd-ports-gnome-39d4e00747cbac6caef8ff86a1d9c255524a88d7.zip
Fix missing misc/compat5x dependency in WITH_LEGACY_GPU_SUPPORT case.
PR: ports/90304 Submitted by: Bjoern Koenig <bkoenig(at)cs.tu-berlin.de>
Diffstat (limited to 'x11')
-rw-r--r--x11/nvidia-driver/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile
index d3cce5d59285..23d1ac61a24e 100644
--- a/x11/nvidia-driver/Makefile
+++ b/x11/nvidia-driver/Makefile
@@ -85,10 +85,10 @@ EXTRA_PATCHES+= ${FILESDIR}/6113-patch-lib::Makefile
NVVERSION= 7676
PORTREVISION= 1
EXTRA_PATCHES+= ${FILESDIR}/7667-*
+.endif
.if ${OSVERSION} >= 600033
LIB_DEPENDS+= m.3:${PORTSDIR}/misc/compat5x
.endif
-.endif
PLIST_SUB+= DIFFS="@comment " DRVSO=""
.endif