From 6bc7d2980c127b0f5cdaf3f336e63e2ae2669a17 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 4 Oct 2004 07:28:28 +0000 Subject: [PATCH] Just for correctness' sake, these ports actually link to libc_r.so.4, so adjust the dependency slightly. Approved by: portmgr (implicit) --- devel/p4v/Makefile | 2 +- graphics/blender/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/p4v/Makefile b/devel/p4v/Makefile index bed95b3f11df..e44f4e4b6498 100644 --- a/devel/p4v/Makefile +++ b/devel/p4v/Makefile @@ -67,7 +67,7 @@ P4V_IMGS= p4v_file_add.png p4v_file_add_other.png p4v_file_delete.png \ .include .if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x .endif do-install: diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index e96203c8b826..5cca03fff7ed 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -24,7 +24,7 @@ USE_MESA= YES .include .if ${OSVERSION} >= 500000 -LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x +LIB_DEPENDS+= c_r.4:${PORTSDIR}/misc/compat4x .endif do-install: