Fix missing misc/compat5x dependency in WITH_LEGACY_GPU_SUPPORT case.

PR:		ports/90304
Submitted by:	Bjoern Koenig <bkoenig(at)cs.tu-berlin.de>
This commit is contained in:
Alexey Dokuchaev 2005-12-14 10:32:18 +00:00
parent 122b9a7bdb
commit ac327e0777
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151153

View file

@ -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