View | Details | Raw Unified | Return to bug 221406
Collapse All | Expand All

(-)/usr/ports/Mk/Scripts/qa.sh (+5 lines)
Lines 680-685 Link Here
680
			if listcontains ${dep_file} "${already}"; then
680
			if listcontains ${dep_file} "${already}"; then
681
				continue
681
				continue
682
			fi
682
			fi
683
			if expr ${dep_file} : "${LOCALBASE}/lib/libGL-NVIDIA.so.*$" \| \
684
				${dep_file} : "${LOCALBASE}/lib/libEGL-NVIDIA.so.*$" \| \
685
				${dep_file} : "${LOCALBASE}/lib/libGLESv2-NVIDIA.so.*$" > /dev/null ; then
686
				dep_file="$(echo ${dep_file} | sed -E 's|-NVIDIA\.so.*|.so|')"
687
			fi
683
			if $(pkg which -q ${dep_file} > /dev/null 2>&1); then
688
			if $(pkg which -q ${dep_file} > /dev/null 2>&1); then
684
				dep_file_pkg=$(pkg which -qo ${dep_file})
689
				dep_file_pkg=$(pkg which -qo ${dep_file})
685
690

Return to bug 221406