diff options
-rw-r--r-- | misc/ldconfig_compat/bsd.ldconfig.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ldconfig_compat/bsd.ldconfig.mk b/misc/ldconfig_compat/bsd.ldconfig.mk index 17896abb4bf8..babd1494ad02 100644 --- a/misc/ldconfig_compat/bsd.ldconfig.mk +++ b/misc/ldconfig_compat/bsd.ldconfig.mk @@ -3,7 +3,7 @@ LDCONFIG32_DIR= libdata/ldconfig32 .if defined(USE_LDCONFIG) || defined(USE_LDCONFIG32) .if (${OSVERSION} < 700012) -RUN_DEPENDS+= ${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat +RUN_DEPENDS+= ${LOCALBASE}/${LDCONFIG_DIR}:${PORTSDIR}/misc/ldconfig_compat .endif .endif |